indegrees.parental: Indegrees.

Description Usage Arguments Value Examples

View source: R/properties.R

Description

Get the indegree of each node of the supplied graph

Usage

1
2
  ## S3 method for class 'parental'
 indegrees(x, ...)

Arguments

x

An object of class parental

...

Further arguments, currently unused

Value

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

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.