totalLength: Compute the length of the root and its children based on the...

Description Usage Arguments Value Author(s) Examples

View source: R/root_functions.R

Description

Compute the length of the root and its children based on the coordinates of its nodes

Usage

1

Arguments

obj

of class root

Value

the total lenght of the root and children

Author(s)

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

Examples

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

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

Related to totalLength in rsml...