vioplot_col: A Function edited by Zhisong He to add color to a violin plot

vioplot_colR Documentation

A Function edited by Zhisong He to add color to a violin plot

Description

an edit to vioplot() to add colors to the violin|box plots.

Usage

vioplot_col(
  x,
  ...,
  range = 1.5,
  h = NULL,
  ylim = NULL,
  names = NULL,
  horizontal = FALSE,
  col = rep("magenta", length(list(x, ...))),
  border = "black",
  lty = 1,
  lwd = 1,
  rectCol = "black",
  colMed = "white",
  pchMed = 19,
  at,
  add = FALSE,
  wex = 1,
  drawRect = TRUE
)

Arguments

x

a vector of numerical values

Examples

vioplot_col()

hughesevoanth/moosefun documentation built on Aug. 22, 2022, 7:04 a.m.