get_biomass_sr: Calculate available biomass. This function is a wrapper for...

Description Usage Arguments Examples

Description

Calculate available biomass. This function is a wrapper for most of the other phenology functions.

Usage

1
2
get_biomass_sr(ph = NULL, tr = NULL, fpv = NULL, figs = NULL,
  exclude_species = "", smooth = "none")

Arguments

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".

Examples

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")

camposfa/paceR documentation built on May 23, 2020, 5:54 a.m.