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 = add.zeros(pc)

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