prepareBirdRichnessData: Prepared data for visualization

Description Usage Arguments Value Examples

View source: R/prepareBirdRichnessData.R

Description

This function turns the dataframe that prepares the data for analysis and graphs

Usage

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

Arguments

df

is a dataframe. Only works with newpc2 created by add.zeros() and it's previous steps.

distance

is a dataframe. Only works with newpc2 created by add.zeros() and it's previous steps.

transect

is a dataframe. Only works with newpc2 created by add.zeros() and it's previous steps.

surveyyear

is a dataframe. Only works with newpc2 created by add.zeros() and it's previous steps.

Value

Data frame with the is the wide version of newpc2 with added column of Richness

Examples

1

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