plot.plant: Plot the root system

Description Usage Arguments Value Examples

View source: R/plant_functions.R

Description

Plot the root system

Usage

1
2
## S3 method for class 'plant'
plot(x, threed = F, ...)

Arguments

x

object of class plant

threed

make a 3D plot for the plant

...

plot options

Value

null

Examples

1
2
3
4
5
6
7
# Plot 2D plant
data(lupin)
plot(lupin, threed=FALSE)

# Plot 3D plant
data(anagallis)
plot(anagallis, threed=TRUE)

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

Related to plot.plant in rsml...