boxplot.jitter: boxplot with scatter points

Description Usage Arguments See Also Examples

View source: R/boxplot.jitter.R

Description

boxplot with scatter points

Usage

1
boxplot.jitter(..., horizontal=FALSE, dot.col=1:10, dot.cex=1)

Arguments

...

Paramters passed to boxplot and/or stripchart

horizontal

If TRUE, boxplot with horizontal orientation

dot.col

colors for scatter points

See Also

boxplot, stripchart

Examples

1
2
3
# mpg[2] is used to control distance between labels and ticks.
par(mar=c(5,5,4,2), mgp=c(3,0.6,0))
boxplot.jitter(Petal.Length~Species, data=iris, horizontal=T, las=1, lwd=0.6, cex=0.8)

lixiangchun/lxctk documentation built on May 21, 2019, 6:44 a.m.