bird_species.list: Create Species List with common names

Description Usage Arguments Value Examples

View source: R/bird_species.list.r

Description

Takes bird data that has been prepared by bird_prepare function and bird_species.common function to create a bird list that can be controlled by transect and surveyyear.

Usage

1
2
bird_species.list(df, transect = c(levels(as.factor(df$Transect))),
  surveyyear = c(levels(as.factor(df$YEAR))))

Arguments

df

A data frame object. Only will take species2 which is created by: bird_species.common(). See that function for previous steps.

transect

A ranch code or a list of ranch codes ie."TOKA".

surveyyear

A year or multiple years. ie. c(2016,2018)

Value

A data frame that summerises counts of each bird species per year.

Examples

1
data = bird_species.list(species2, "TOKA", 2016)

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