Learn R Programming

rsml (version 1.3)

plot.plant: Plot the root system

Description

Plot the root system

Usage

"plot"(x, threed = F, ...)

Arguments

x
object of class plant
threed
make a 3D plot for the plant
...
plot options

Value

null

Examples

Run this code
# Plot 2D plant
data(lupin)
plot(lupin, threed=FALSE)

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

Run the code above in your browser using DataLab