vioplot-methods: description of function vioplot

Description Usage Arguments Details

Description

the vioplot function patched to allow different colors for the different violines.

Usage

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

Arguments

x

a numerix vector

...

additional numerix vectors to plot

range

TEXT MISSING default= 1.5

h

TEXT MISSING default= NULL

ylim

TEXT MISSING default= NULL

names

TEXT MISSING default= NULL

vioplot

TEXT MISSING

Details

This function is a hack of the official vioplot function to allow multiple colors of the violines.


stela2502/BioData documentation built on Feb. 23, 2022, 5:47 a.m.