plot_density_panel: Plot densities of rangers and all personnel

View source: R/figures.R

plot_density_panelR Documentation

Plot densities of rangers and all personnel

Description

Plot densities of rangers and all personnel

Usage

plot_density_panel(
  what,
  data,
  ymax = 6000,
  breaks = c(10^(0:3), 2 * 10^(0:3), 5 * 10^(0:3))
)

Arguments

what

an object produced by run_LMM_workflow() or run_RF_workflow()

data

a dataset with info on continents if breakdown by continent is required (optional)

ymax

the maximal value for the y-axis

breaks

a vector of number defining the horizontal lines in the plot (i.e. breaks in ggplot jargon)

Examples

# see ?rangeRinPA


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.