compare_harvest_rates | R Documentation |
This function takes either two dataframes returned by
get_harvest_rate
or creates two from different filters.
It then compares the harvest rates for the two dataframes over the years
to see if differences exist.
compare_harvest_rates( df1 = NULL, df2 = NULL, filters1 = NULL, filters2 = NULL, plot = TRUE, check_overlap = TRUE, ... )
df1 |
First dataframe to compare, Default: NULL |
df2 |
Second dataframe to compare, Default: NULL |
filters1 |
Filters used to create df1 if it is not provided, Default: NULL |
filters2 |
Filters used to create df2 if it is not provided, Default: NULL |
plot |
Plot the comparisons, Default: TRUE |
check_overlap |
Check if all confidence levels overlap, Default: TRUE |
... |
Additional arguments needed by |
A logical specifiying if all confidence levels overlap if check_overlap is set to TRUE.
get_harvest_rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.