Description Usage Arguments Value Examples
View source: R/drawStandDynamics.R
Draw temporal changes of stand-level variables.
1 | standDynamicsSummary(x, standVariable = "BA", draw = TRUE)
|
x |
the output of function |
standVariable |
Variable to be plotted:
|
draw |
Logical flag to indicate that draw is produced |
If draw = TRUE
returns a plot. A data frame with stand statistics per simulation step and run.
1 2 3 4 5 6 7 8 9 10 11 | # Load example tree data (two forest plots)
data(exampleTreeData)
# Load IFN environmental data
data(plotDataIFN)
# Simulate stand dynamics and store transient states
x = IFNdynamics(exampleTreeData, plotDataIFN, numSteps = 10, sequence = TRUE)
# Draw basal area dynamics
standDynamicsSummary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.