species.cover.table: Create a table of cover for each species at each point

Description Usage Arguments Value Examples

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

Description

For veg data, summarizes cover of each species at each point.

Usage

1
2
species.cover.table(lpi, transect, type = "absolute",
  surveyyear = max(levels(as.factor(lpi$year))))

Arguments

lpi

A dataframe object of lpi data from a veg survey

transect

Ranch for which to summarize cover

type

Denotes type of cover to calculate"absolute" or "relative"

surveyyear

The year for which to generate the summary

Value

A dataframe summary of cover of species

Examples

1
data = species.cover.table(lpi, type = "relative")

pointblue/RMN.functions documentation built on April 17, 2020, 3:24 a.m.