Plot method for plant objects.
# S3 method for 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, ...)
The plant
object to be plotted.
The plotting line width for the trunk. Successive child
branches are plotted with increasingly finer lwd
, to a minimum of
1
.
If TRUE
, the plant will be added to the current plot.
Additional arguments passed to plot
and segments
.
tree rotation values = c(0, 90, 180) ~ (bottom-up, left-right, top-down)
text angle, if NULL then auto determine
NULL