viewplot: Make a three panel plot of a 3D plant

Description Usage Arguments Details Note Author(s) See Also Examples

Description

Three plots of a 3D plant: views from the east, south and from above. This is a lame way to plot the plant, as the stems are always plotted on top (whether or not they are visible). It is available for quick plotting, and for makereport, as it does not require the rgl package.

See plot.plant3d for more advanced, high quality, plotting of plants.

Usage

1
viewplot(plant, side=c("east","south","above"), stems=TRUE, autopar=TRUE)

Arguments

plant

An object of class 'plant3d' (see constructplant).

side

Which side to plot (can specify more than 1).

stems

If TRUE, plots the stem sections (always on top, lame).

autopar

If TRUE, tries to guess how to split up the plotting device.

Details

This function plots the plant from above, east and west views. Stems are also plotted, as opposed to the standard plot of a projected plant (see projectplant).

Note

This function is called by makereport.

Author(s)

Remko Duursma

See Also

plot.plant3d,projectplant

Examples

1
2
# Toona australis from above
viewplot(toona, "above")

YplantQMC documentation built on May 2, 2019, 5:50 p.m.