Description Usage Arguments Value Examples
View source: R/bird_focal.groups.r
Takes bird data that has been prepared by bird_prepare function, to create a focal species abundance per year graph.
1 2 3 |
df2 |
A data frame object. Only will take bird_prepare(). See those functions for additional previous steps. |
distance_focal |
Filters the data by selecting only detections less than this value. |
transect |
A ranch code or a list of ranch codes ie."TOKA". |
surveyyear |
A year or multiple years. ie. c(2016,2018) |
A graph that summerises focal species abundance.
1 | bird_focal.group(df2, transect="TOKA", surveyyear= 2016, distance_focal=300)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.