summary.plant: Summary of the plant

Description Usage Arguments Author(s) Examples

View source: R/plant_functions.R

Description

Summary of the plant

Usage

1
2
## S3 method for class 'plant'
summary(object, ...)

Arguments

object

object of class node

...

summary options

Author(s)

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

Examples

1
2
3
data(lupin)
sum.lup <- summary(lupin)
sum.lup$total.length$value # Get total length

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

Related to summary.plant in rsml...