make_overall | R Documentation |
Combine results from other models into a single overall result
make_overall(
taxa,
common,
year_diff_df,
quants = c(0.005, 0.025, 0.05, 0.25, 0.5, 0.75, 0.95, 0.975, 0.995)
)
taxa |
Character. Name of taxa. |
common |
Character. Common name of taxa. |
year_diff_df |
Dataframe of differences between a reference and 'recent' year. |
List with components
overallDataframe of summarised difference
overall_textA paragraph with rmarkdown formating describing the result
overall_plotggplot object with distribution of overall credible values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.