GetGraph {intensitynet} | R Documentation |
Returns the 'igraph' class network related to the intensitynet object
GetGraph(obj)
## S3 method for class 'intensitynet'
GetGraph(obj)
obj |
intensitynet object |
igraph class object
data("und_intnet_chicago")
GetGraph(und_intnet_chicago)