add.nodes {igraph} R Documentation

a nodes by given label list.

Description

Usage

add.nodes(g, labels);

Arguments

g

[as NetworkGraph]

labels

a character vector of the node labels. [as string]

Details

Authors

igraph

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package igraph version 1.0.0.0 Index]