Description Usage Arguments Value Examples
View source: R/bird_species.richness.r
Takes bird data that has been prepared by bird_prepare function and add.zero function to create a species richness per point graph based on ranch transect and surveyyear.
1 2 3 |
df |
A data frame object. Only will take newpc2 which is created by: add.zero() , bird_prepare(). See those functions for additional previous steps. |
relative |
if you want to have the graph consider effort. |
distance |
distance. |
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 species richness of birds per point and year.
1 | bird_species.richness(newpc2, "TOKA", 2016)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.