Description Usage Arguments Examples
Calculate available biomass. This function is a wrapper for most of the other phenology functions.
1 2 |
ph |
Dataframe of raw PACE phenology data. |
tr |
Dataframe of raw PACE transect data. |
fpv |
Dataframe of FPV data (from CSV file). |
exclude_species |
A character vector of species codes to exclude. |
smooth |
Either "none", "loess", or "gam. The default is "none". |
1 2 | exclude_species <- c("SCAP", "SPAV", "CCAN", "BUNG", "HCOU", "ATIB", "GULM", "LCAN", "LSPE", "FUNK")
biomass_avail_lo <- get_biomass_sr(ph, tr, fpv, exclude_species, smooth = "loess")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.