Learn R Programming

hierformR (version 0.1.0)

stateclass: Find State Class

Description

Find State Class

Usage

stateclass(x)

Arguments

x
a vector of network characteristics generated by get_statespace function

Value

the state class corresponding to the network characteristics

Examples

Run this code
g=igraph::graph.edgelist(cbind(a=c(1,2,3,3), b=c(4,1,1,2)),directed=TRUE)
gs=netchar(g)
stateclass(gs)

Run the code above in your browser using DataLab