Description Usage Arguments Value Author(s)
View source: R/totalBiomassPerSpecies.R
Plots biomass per species: proportional or absolute, and total or just overstory
1 2 3 4 5 6 7 8 9 | totalBiomassPerSpecies(
dataPath,
typeSim,
proportional = FALSE,
columnsType = FALSE,
overstory = FALSE,
overwrite = FALSE,
maxVal = 2e+10
)
|
dataPath |
character. Path to data |
typeSim |
character. Which typeSimulation is it? i.e. 'LandR_SCFM' | 'LandR.CS_fS' |
proportional |
logical. Should the plot be of the proportional biomass? |
columnsType |
logical. Should the plot be continuous (lines) or columns? |
overstory |
logical. Should the plot be of the overstory biomass? |
overwrite |
logical. |
maxVal |
numeric. Max value for y axis. Passing this ensures that both overstory and all biomass plots are comparable Default to 1e10. |
plot
Tati Micheletti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.