plot.forest: Plot forest attributes

View source: R/plot.forest.R

plot.forestR Documentation

Plot forest attributes

Description

Convenient wrappers for vertical forest profiles (see vprofile_leafAreaDensity).

Usage

## S3 method for class 'forest'
plot(
  x,
  SpParams,
  type = "LeafAreaDensity",
  byCohorts = FALSE,
  bySpecies = FALSE,
  includeHerbs = FALSE,
  ...
)

## S3 method for class 'forest'
shinyplot(x, SpParams, ...)

Arguments

x

An object of class forest.

SpParams

A data frame with species parameters (see SpParamsMED).

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

Value

A ggplot or a shiny application, depending on the function.

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

vprofile_leafAreaDensity

Examples

data(exampleforestMED)
data(SpParamsMED)
plot(exampleforestMED, SpParamsMED)


medfate documentation built on Aug. 29, 2023, 5:07 p.m.