Description Usage Arguments Details Value Examples
View source: R/underhill_multiple_curves.R
Fit a line through the reporting rates and its associated 2 sigma confidence intervals for multiple species.
1 | underhill_multiple_curves(multiple_underhill_smoothers)
|
multiple_underhill_smoothers |
A list of the dataframes returned by the 'underhill_smoother function'. |
To utilize this function first you need to create a list of dataframe. Do this by calling the 'list()' function and passing the dataframes as arguments
A ggplot plot
1 2 3 4 5 6 7 | ## Not run:
list_of_interesting_species = list(underhill_smoother1 , underhill_smoother2, underhill_smoother3)
underhill_curves(list_of_interesting_species)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.