underhill_multiple_curves: Plot the underhill smoother and associated confidence...

Description Usage Arguments Details Value Examples

View source: R/underhill_multiple_curves.R

Description

Fit a line through the reporting rates and its associated 2 sigma confidence intervals for multiple species.

Usage

1
underhill_multiple_curves(multiple_underhill_smoothers)

Arguments

multiple_underhill_smoothers

A list of the dataframes returned by the 'underhill_smoother function'.

Details

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

Value

A ggplot plot

Examples

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)

davidclarance/africabirdmap documentation built on Sept. 3, 2019, 12:34 p.m.