meanInterbranch: Compute the mean interbranch distance of the children...

Description Usage Arguments Value Author(s) Examples

View source: R/root_functions.R

Description

Compute the mean interbranch distance of the children (lateral) roots

Usage

1
meanInterbranch(obj, allroot = F)

Arguments

obj

of class root

allroot

if true, compute the interbanch distance on the whole root

Value

the mean interbranch distance

Author(s)

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

Examples

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

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

Related to meanInterbranch in rsml...