c.Rd
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 gNode
c(...)
# S3 method for gEdge
c(...)
# S3 method for Junction
c(...)
# S3 method for gWalk
c(..., force = FALSE)
objects
objects
object
objects
a new concatenated gNode
a new concatenated gEdge Object
a new concatenated Junction Object
a new concatenated gWalk Object