nNode: Get the number of nodes in a root

Description Usage Arguments Value Author(s) Examples

View source: R/root_functions.R

Description

Get the number of nodes in a root

Usage

1
nNode(obj)

Arguments

obj

of class root

Value

the number of nodes in the root

Author(s)

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

Examples

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

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

Related to nNode in rsml...