c: c.gNode

cR Documentation

c.gNode

Description

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

Usage

## 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)

Arguments

gNode

objects

gEdge

objects

Junction

object

gWalk

objects

Value

a new concatenated gNode

a new concatenated gEdge Object

a new concatenated Junction Object

a new concatenated gWalk Object

Author(s)

Joe DeRose

Rick Mortensen


mskilab/gGnome documentation built on May 8, 2024, 4:25 p.m.