GetGraph: Gives the graph related to the intensitynet object

View source: R/intensitynet.R

GetGraphR 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)


LlagosteraPol/IntensityNet documentation built on April 14, 2023, 6:10 a.m.