plot.plant: Plot method for plant objects.

Description Usage Arguments Value See Also

Description

Plot method for plant objects.

Usage

1
2
3
4
5
## S3 method for class 'plant'
plot(x, trunk.width = 20, add = FALSE,
  tree.rotation = 180, text.angle = NULL, branch.width = 1,
  branch.text.size = 0.5, node.size = 2, node.label.size = 0.75,
  node.text.size = 0.5, tree.label = NULL, ...)

Arguments

x

The plant object to be plotted.

trunk.width

The plotting line width for the trunk. Successive child branches are plotted with increasingly finer lwd, to a minimum of 1.

add

If TRUE, the plant will be added to the current plot.

...

Additional arguments passed to plot and segments.

tree.rotation:

tree rotation values = c(0, 90, 180) ~ (bottom-up, left-right, top-down)

text.angle:

text angle, if NULL then auto determine

Value

NULL

See Also

germinate


hdng/clonevol documentation built on May 17, 2019, 3:19 p.m.