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)


intensitynet documentation built on April 11, 2023, 6:07 p.m.