plot.forest | R Documentation |
Convenient wrappers for vertical forest profiles (see vprofile_leafAreaDensity
).
## S3 method for class 'forest'
plot(
x,
SpParams,
type = "LeafAreaDensity",
byCohorts = FALSE,
bySpecies = FALSE,
includeHerbs = FALSE,
...
)
## S3 method for class 'forest'
shinyplot(x, SpParams, ...)
x |
An object of class |
SpParams |
A data frame with species parameters (see |
type |
A string of the plot type: "LeafAreaDensity", "RootDistribution", "FuelBulkDensity", "PARExtinction", "SWRExtinction" or "WindExtinction". |
byCohorts |
A logical flag to separate profiles for each cohort. |
bySpecies |
A logical flag to aggregate results by species. |
includeHerbs |
A logical flag to include herbaceous layer in the profile. |
... |
Additional parameters to vertical profiles |
A ggplot or a shiny application, depending on the function.
Miquel De Cáceres Ainsa, CREAF
forest
, summary.forest
, vprofile_leafAreaDensity
data(exampleforest)
data(SpParamsMED)
plot(exampleforest, SpParamsMED)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.