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