R/plot.standVizTree.R

#' Plot a single tree in 3D
plot.standVizTree <- function(x, ...) {

    plot3dShape(x$crown, col = x$crownColor)
    plot3dShape(x$stem, col = x$stemColor)
 }
dfalster/standViz documentation built on May 15, 2019, 5:11 a.m.