Learn R Programming

violinmplot (version 0.2.1)

panel.meansdplot: Lattice panel function to plot arithmetic mean and standard deviation.

Description

This function plots arithmetic mean and standard deviation for a given data frame. The arithmetic mean is displayed as a small rectangle with lines with the length of standard deviation protruding from its sides.

Usage

panel.meansdplot(x, y, mean.pch = 15, mean.cex = 1, mean.col = "blue", ...)

Arguments

x
data
y
data
mean.pch
character to plot for the arithmetic mean
mean.cex
mean.col
color for the arithmetic mean.
...
additional parameters passed to further functions called.

Value

    Details

    This lattice panel functions is used to plot the arithmetic mean and the standard deviation. It can be used with any lattice function allowing the specification of a panel function.

    See Also

    violinmplot