indegrees: Indegrees.

Description Usage Arguments Value See Also Examples

View source: R/properties.R

Description

A generic to get the indegree of each node of the supplied graph

Usage

1

Arguments

x

An object of class parental

...

Further arguments, passed to method

Value

A vector of length nNodes(x), with the indegrees of each node of x

See Also

indegrees.parental

Examples

1
2
x <- parental(c(), c(3), c(1), c(1, 2))
indegrees(x)

rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.