Learn R Programming

lattice (version 0.11-8)

panel.stripplot: Default Panel Function for stripplot

Description

This is the default panel function for stripplot. Also see panel.superpose

Usage

panel.stripplot(x, y, jitter.data = FALSE, factor = 0.5,
                horizontal = TRUE, groups = NULL,
                ...)

Arguments

Details

Creates stripplot (one dimensional scatterplot) of x for each level of y

See Also

stripplot