figStripChart: Create strip chart on plot

Description Usage Arguments Value Author(s)

Description

Adds a strip chart (variant of a rug plot that includes density info) to X (or other) axis on a plot

Usage

1
2
figStripChart(x, side=1, sshift=0.3, adjoffset=1, strip.col='gray', 
                     strip.pch=15, strip.cex= 0.2)

Arguments

x

vector of data to plot

side

axis for plot, 1=bottom (default), 2=left, 3= top, 4= right

sshift

scaling parameter for location of plot. Use default

adjoffset

scaling parameter for dot spacing

strip.col

color of dots. Default is gray

strip.pch

point type for dots. Default is 15 (small dot)

strip.cex

scaling parameter for size of dots

Value

No value is returned

Author(s)

John J. Curtin jjcurtin@wisc.edu


lmSupport documentation built on May 2, 2019, 2:14 p.m.