Description Usage Arguments Value Examples
First step in the data cleaning process. Consists of 6 functions that clean and subset the data.
1 |
df |
is a dataframe. Will take raw Point Count CSV files from Point Blue's CADC website |
x |
is the distance you want to subset the distance bin. Same as distance in bird_subset.distance(df, distance). |
Cleaned and subsetted dataframe. For consistancy save as df2
1 | df2<-bird_prepare(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.