bird_species.richness: Create a Species Richness per Point Graph

Description Usage Arguments Value Examples

View source: R/bird_species.richness.r

Description

Takes bird data that has been prepared by bird_prepare function and add.zero function to create a species richness per point graph based on ranch transect and surveyyear.

Usage

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

Arguments

df

A data frame object. Only will take newpc2 which is created by: add.zero() , bird_prepare(). See those functions for additional 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 graph that summerises species richness of each bird species per point and year.

Examples

1
data = bird_species.richness(newpc2, "TOKA", 2016)

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