functional.cover.table: Create a table of cover for functional groups at each point

Description Usage Arguments Value Examples

View source: R/veg_functional.cover.table.R

Description

For veg data, summarizes cover of each functional group at each point.

Usage

1
2
3
functional.cover.table(lpi, transect, type = "absolute",
  invasives = FALSE, surveyyear = max(levels(as.factor(lpi$year))),
  includemeta = FALSE)

Arguments

lpi

A dataframe object of lpi data from a veg survey

transect

Ranch for which to make cover table

type

Type of cover to calculate - either "absolute" or "relative"

invasives

Boolean that specifies whether to count invasive species as a separate functional group

surveyyear

Year for which to calculate cover

includemeta

=FALSE Boolean on whether to include columns specifying Transect and pointyear. Useful if using for further analysis but unecessary for display

Value

A dataframe summary of cover of functional groups

Examples

1
data = functional.cover.table(lpi, type = "absolute")

weverkaj/RMN documentation built on July 26, 2019, 10:34 p.m.