nChild: Get the number of children in a root

Description Usage Arguments Value Author(s) Examples

View source: R/root_functions.R

Description

Get the number of children in a root

Usage

1
nChild(obj)

Arguments

obj

of class root

Value

the number of child root in the current root

Author(s)

Guillaume Lobet - guillaume.lobet(at)ulg.ac.be

Examples

1
2
3
data(lupin)
r <- lupin$roots[[1]]
nChild(r)

rsml documentation built on May 30, 2017, 12:41 a.m.

Related to nChild in rsml...