sumVegMMI: sumVegMMI: summarize Vegetation Multimetric Index

View source: R/sumVegMMI.R

sumVegMMIR Documentation

sumVegMMI: summarize Vegetation Multimetric Index

Description

This function calculates the Vegetation Multimetric Index (VMMI) for each Rapid Assessment Monitoring (RAM) site in Acadia National Park following Miller, K.M., B.R. Mitchell, and B.J. McGill. 2016. Constructing multimetric indices and testing ability of landscape metrics to assess condition of freshwater wetlands in the Northeastern US. Ecological Indicators. 66:143-152. VMMI ratings of good, fair and poor are also included. Function can filter on site, year, and QAQC status.

Usage

sumVegMMI(
  site = "all",
  panel = 1:4,
  years = 2012:format(Sys.Date(), "%Y"),
  QAQC = FALSE
)

Arguments

site

Character. Filter on site code. Options are "all" (default) or a vector of site codes ranging from "R-01" to "R-40".

panel

Numeric. Filter on panel number. By default, all panels are returned, and can be filtered by numbers 1 to 4.

years

Numeric. Filter on sample year, ranging from 2012 to 2024. By default, all years are returned. Note that years 2011, 2016, 2021, and 5-year intervals of years thereafter are EPA NWCA sites that are not

QAQC

Logical. Include QAQC visits (TRUE) or drop QAQC visits (FALSE; default).

Value

Returns a data frame with vegetation MMIs for each site.


KateMMiller/wetlandACAD documentation built on Sept. 29, 2024, 12:54 a.m.