plant: Plant object, containing a root system, composed of roots

Description Usage Arguments Value Author(s) Examples

View source: R/plant_functions.R

Description

Plant object, containing a root system, composed of roots

Usage

1
plant(roots = NULL)

Arguments

roots

the root object contained in the plant. Can be null and incremented afterward

Value

the plant

Author(s)

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

Examples

1
pl <- plant()

Example output

Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 

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

Related to plant in rsml...