InitGraph.netTools {intensitynet} | R Documentation |
Creates an igraph network with the given data
Set igraph network node coordinates as its attributes
## S3 method for class 'netTools'
InitGraph(obj)
## S3 method for class 'netTools'
SetNetCoords(obj)
obj |
netTools object -> list(graph: igraph, list(): with the node coordinates 'x' and 'y') |
igraph network
igraph network with the given coordinates as the attributes of the nodes