length.root: Compute the length of the root based on the coordinatres of...

Description Usage Arguments Value Author(s) Examples

View source: R/root_functions.R

Description

Compute the length of the root based on the coordinatres of its nodes

Usage

1
2
## S3 method for class 'root'
length(x)

Arguments

x

object of class root

Value

the length of the root

Author(s)

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

Examples

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

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

Related to length.root in rsml...