vioplot2: Modified Violin Plot

Description Usage

Description

Modified version of vioplot::vioplot() that plots lines at specified quantiles. See vioplot::vioplot() for description of arguments.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
vioplot2(
  x,
  ...,
  range = 1.5,
  h = NULL,
  quantiles = NULL,
  ylim = NULL,
  names = NULL,
  horizontal = FALSE,
  col = "lightblue",
  border = "black",
  lty = 1,
  lwd = 1,
  lty.quantile = 1,
  lwd.quantile = 1,
  rectCol = "black",
  colMed = "white",
  pchMed = 19,
  at,
  add = FALSE,
  wex = 1,
  drawRect = TRUE
)

ebuhle/SEMPSM documentation built on Aug. 8, 2020, 4:05 a.m.