Description Usage Arguments Value Examples
View source: R/bird_wide.focal.r
For the output of bird_wide.data(). This function subsets the wide dataframe by ranch, year and focal species.
1 2 3 4 |
df |
is a dataframe. Only works with newpc2 created by add.zeros() and it's previous steps. |
transect |
A ranch code or a list of ranch codes ie."TOKA". |
surveyyear |
A year or multiple years. ie. c(2016,2018) |
choose_focal_group |
Three bird focal groups: Grassland, Oak Woodland, and Riparian. Each contain Spp codes that we consider focal species for that habitat type. |
A subsetted wide data frame by focal group
1 | bird_wide.focal(newpc2, "TOKA", surveyyear= 2018, choose_focal_group="Grassland")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.