GetGraph {intensitynet}R Documentation

Gives the graph related to the intensitynet object

Description

Returns the 'igraph' class network related to the intensitynet object

Usage

GetGraph(obj)

## S3 method for class 'intensitynet'
GetGraph(obj)

Arguments

obj

intensitynet object

Value

igraph class object

Examples


data("und_intnet_chicago")
GetGraph(und_intnet_chicago)


[Package intensitynet version 1.4.0 Index]