panel.violinm: Lattice panel function to combine violin plots with...

Description Usage Arguments See Also

Description

This function combines violin plots with the corresponding arithmetic mean and standard deviation values in a lattice panel function. The panel function can be used with latice functions like bwplot.

Usage

1
2
panel.violinm(x, y, horizontal = TRUE, grid = TRUE, 
	mean.col = "blue", violin.col = "transparent", ...)

Arguments

x
y
horizontal

Whether to display plots horizontally or vertically.

grid

Whether to display grid lines cutting the violins.

mean.col

color for the arithmetic mean.

violin.col

violin fill color

...

additional parameters to pass along called functions.

See Also

violinmplot, panel.meansdplot


violinmplot documentation built on May 2, 2019, 9:30 a.m.