bird_species.pointYear: Creates Species dataframe summarized by point and year.

Description Usage Arguments Value Examples

View source: R/bird_species.pointYear.r

Description

Takes bird data that has been prepared by bird_prepare function and creates a dataframe summerising all observations of species by year.

Usage

1
2
3
bird_species.pointYear(df, distance = 300,
  transect = c(levels(as.factor(df$Transect))),
  surveyyear = c(levels(as.factor(df$YEAR))))

Arguments

df

A data frame object

Value

A data frame

Examples

1

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