make_overall: Combine results from other models into a single overall...

View source: R/make_overall.R

make_overallR Documentation

Combine results from other models into a single overall result

Description

Combine results from other models into a single overall result

Usage

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)
)

Arguments

taxa

Character. Name of taxa.

common

Character. Common name of taxa.

year_diff_df

Dataframe of differences between a reference and 'recent' year.

Value

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


Acanthiza/envTrend documentation built on Nov. 16, 2023, 4:24 p.m.