add.zeros: Adds zeros to dataframe for statistical analysis

Description Usage Arguments Value Examples

View source: R/add.zeros.r

Description

Takes bird data that has been prepared by bird_prepare function and turned into species by bird_species.all and merged with visits dataframe created by bird_visits. The data entered into this function should be created by: pc<-merge(species, visits, by="PointYear", all=TRUE) pc<-droplevels(pc)

Usage

1
add.zeros(sum.data)

Arguments

df

A data frame object

Value

A data frame that should be saved as newpc2

Examples

1
newpc2 = bird_species.common(pc)

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