means_density_boxplot: Draw a figure showing two distributions via density and...

View source: R/means_density_boxplot.R

means_density_boxplotR Documentation

Draw a figure showing two distributions via density and boxplots.

Description

Inspired for Chris Sutherland's figures for Intro to Quantitiative Ecology at UMass Amherst

Usage

means_density_boxplot(
  x1,
  x2,
  xlm,
  ylm,
  col_dens = 1,
  col_1 = 2,
  col_2 = 4,
  col_adj = 0.3,
  lwd_mean = 2,
  lwd_dens = 1
)

michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.