Description Usage Arguments Value Examples
View source: R/bird_birdcount.year.r
Takes bird data that has been prepared by bird_prepare function and bird_species.common function to create a bird list that can be controlled by transect and surveyyear.
1 2 3 |
df |
A data frame object. Only will take species which is created by: bird_species.common(). See that function for previous steps. |
transect |
A ranch code or a list of ranch codes ie."TOKA". |
surveyyear |
A year or multiple years. ie. c(2016,2018) |
A data frame that summerises counts of each bird species per year.
1 | data = bird_birdcount.year(species, "TOKA", 2016)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.