c | R Documentation |
Concatenates gNode objects by node.id's stored in them. All arguments must point at the same graph or an error will be thrown.
Concatenates gEdge by edge.id's stored in them. All arguments must point at the same graph or an error will be thrown.
Concatenates Junction Objects
Concatenates gWalk objects by id's
## S3 method for class 'gNode'
c(...)
## S3 method for class 'gEdge'
c(...)
## S3 method for class 'Junction'
c(...)
## S3 method for class 'gWalk'
c(..., force = FALSE)
gNode |
objects |
gEdge |
objects |
Junction |
object |
gWalk |
objects |
a new concatenated gNode
a new concatenated gEdge Object
a new concatenated Junction Object
a new concatenated gWalk Object
Joe DeRose
Rick Mortensen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.