dv_boxplot: Create boxplot to overlay on densityviolin

Description Usage Arguments

View source: R/dv_boxplot.R

Description

Create a boxplot from a vector of data to overlay on the densityviolin plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
dv_boxplot(
  .data,
  group,
  x,
  box_width = 1,
  vp = "dviolin_plot::violin_panel",
  box_col = "black",
  box_fill = "black",
  median_col = "red",
  show_outliers = FALSE,
  coef = 1.5,
  pch = 16
)

Arguments

.data

Data from to generate boxplot from

x

The variable to use as boxplot values.

vp
y

Factor variable representing the y coordinate to plot box.


steveneschrich/densityplots documentation built on Dec. 23, 2021, 5:32 a.m.