violinJitterPlot: Violins plot with jittered data points

Description Usage Arguments Author(s) Examples

View source: R/mg14.R

Description

Violins plot with jittered data points

Usage

1
2
violinJitterPlot(y, x = factor(rep(1, length(y))), col = 1:nlevels(x),
  col.pty = colTrans(col), magnitude = 1, ...)

Arguments

y

the values to be plotted

x

the levels to be jittered

col

the colors to be used for the outline

col.pty

the colors used for the points

magnitude

the magnitude of the violins

...

additional parameters passed to plot()

Author(s)

mg14

Examples

1
2
f <- rep(1:5, each=50)
violinJitterPlot(rnorm(length(f), f), factor(f))

mg14/mg14 documentation built on Aug. 18, 2019, 3:30 a.m.