Learn R Programming

rsml (version 1.3)

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

Description

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

Usage

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

Examples

Run this code
data(lupin)
r <- lupin$roots[[1]]
meanInterbranch(r)

Run the code above in your browser using DataLab