newgraph {icosa} | R Documentation |
Add an igraph object to a predefined slot in an icosahedral grid
Description
Add an igraph object to a predefined slot in an icosahedral grid
Usage
newgraph(gridObj, ...)
## S4 method for signature 'trigrid'
newgraph(gridObj, ...)
Arguments
gridObj |
|
... |
Arguments passed to the |
Value
A new (trigrid
or hexagrid
) object with the recalculated graph.
Examples
#create a grid
g<-trigrid(4, graph=FALSE)
g<-newgraph(g)
[Package icosa version 0.11.0 Index]