functional.cover.change.table: Functional cover change summary table

Description Usage Arguments Value Examples

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

Description

For veg data, summarizes change in mean cover of functional groups for each point on a property

Usage

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

Arguments

lpi

A dataframe object of lpi data from a veg survey

transect

Ranch for which to make plot

invasives

Boolean whether to include invasives as a functional group

surveyyear

The years for which to make the plot

type

"absolute" or "relative" cover

casted

Boolean whether to return a cast dataframe. FALSE returns a molten data frame

xlab, ylab

Axis Labels

Value

A ggplot of functional cover change with error bars

Examples

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

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