cover.summary: Create cover summary table for veg data

Description Usage Arguments Value Examples

View source: R/veg_cover.summary.R

Description

For veg data, summarizes cover of shrubs, trees, litter, thatch, bare ground. Tree and shrub covers come from releve estimates

NOTE: Thatch was only measured starting in 2017.

Usage

1
2
3
4
cover.summary(lpi, releve, transect,
  surveyyear = c(levels(as.factor(lpi$year)),
  levels(as.factor(releve$year))), choose.variable = c("SpeciesRichness",
  "Litter", "Thatch", "BareGround", "Trees", "Shrubs"), rounded = TRUE)

Arguments

lpi

A dataframe object of lpi data from a veg survey

releve

A dataframe object of releve data from a veg survey

transect

The ranch for which to make the summary

surveyyear

The years for which to make the summary

choose.variable

Character vector that identifies which variables to summarize. Defaults to Species Richness, Litter, Thatch, Bare Ground, Trees, and Shrubs

rounded

Boolean whether to round values in table

Value

A summary of cover

Examples

1
data = cover.summary(releve, lpi)

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