Description Usage Arguments Details Value Examples
View source: R/underhill_single_curves.R
Fit a line through the reporting rates and its associated 1 and 2 sigma confidence intervals. 1 and 2 sigma roughly correspond to 67 percent and 95 percent confidence intervals. The line is over Pentades defined in the 'underhill_smoother()' function.
1 |
underhill_smoother |
The dataframe returned by the 'underhill_smoother function'. |
The dark, thinner interval is the 1 sigma interval and corresponds to 67
This function only takes in one dataframe and is intended for deep study of one species. To make multi species comparisons use 'underhill_multiple_curves'
A ggplot plot
1 2 3 4 5 6 7 | ## Not run:
underhill_curves(underhill_smoother)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.