GetGraphType {intensitynet} | R Documentation |
Gives the type of graph related to the intensitynet object
Description
Gives the type of graph related to the intensitynet object
Usage
GetGraphType(obj)
## S3 method for class 'intensitynet'
GetGraphType(obj)
Arguments
obj |
intensitynet object |
Value
graph type in characters
Examples
data("und_intnet_chicago")
GetGraphType(und_intnet_chicago)
[Package intensitynet version 1.4.0 Index]