cover: Plant cover data

Description Usage Format See Also Examples

Description

The proportion of area covered by each plant species in the prairie and crop areas.

Usage

1

Format

A data.frame with 5 variables: species, year, watershed, area, and proportion

See Also

life_history_trait

Examples

1
2
3
library(dplyr)
with_life_history_trait <- cover %>%
  left_join(life_history_trait, by="species")

ISU-STRIPS/STRIPSLiebman documentation built on May 8, 2019, 1:40 p.m.