class {igraph} R Documentation

get/set node class type

Description

Usage

class(g,
    classList = NULL);

Arguments

g

the network graph model, vertex array or vertex V collection.

classList

[as string]

Details

Authors

igraph

Value

this function returns data object of type string.

clr value class

Examples


[Package igraph version 1.0.0.0 Index]