insect_counts: Insect sweep net data

Description Usage Format See Also Examples

Description

Counts of all insects

Usage

1

Format

A data.frame with 5 variables: date, watershed, rep, taxa, and count

See Also

insect_guilds

Examples

1
2
3
library(dplyr)
with_guild <- insect_count %>%
  left_join(insect_guild, by="taxa")

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