length: length.gNode

View source: R/gGnome.R

lengthR Documentation

length.gNode

Description

The number of nodes in the gNode Object

The number of edge pairs in the gEdge Object

The number of junctions in this Junction Object

The number of nodes in the gGraph

The number of walks in the gWalk

The number of nodes in the gNode

The number of edges in the gEdge

Usage

## S3 method for class 'gNode'
length(x)

## S3 method for class 'gEdge'
length(x)

## S3 method for class 'Junction'
length(Junction)

## S3 method for class 'gGraph'
length(x)

## S3 method for class 'gWalk'
length(x)

## S3 method for class 'gNode'
length(x)

## S3 method for class 'gEdge'
length(x)

Arguments

Junction

a Junction Object

gNode

a gEdge object

gWalk

a gWalk object

gGraph

a gEdge object

Value

the number of nodes in the gNode Object

the number of edge pairs in the gEdge Object

the number of junctions in the Junction Object

the number of nodes in the gGraph

the number of nodes in the gWalk

the number of nodes in the gNode

the number of edges in the gEdge

Author(s)

Joe DeRose


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