Description Usage Arguments Value Examples
Takes bird data that has been prepared by bird_prepare function, add.zero function and bird_wide.data function to create a focal species per year graph based on ranch transect and focal group
1 2 3 4 |
df |
A data frame object. Only will take wide.data which is created by: add.zero function , bird_wide.data(), bird_prepare(). See those functions for additional 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 graph that summerises focal species abundance per year.
1 | bird_focal.graph(wide.data, transect="TOKA", surveyyear= 2016, choose_focal_group="Grassland")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.