newgraph | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.