Adds a strip chart (variant of a rug plot that includes density info) to X (or other) axis on a plot
figStripChart(x, side=1, sshift=0.3, adjoffset=1, strip.col='gray',
strip.pch=15, strip.cex= 0.2)
vector of data to plot
axis for plot, 1=bottom (default), 2=left, 3= top, 4= right
scaling parameter for location of plot. Use default
scaling parameter for dot spacing
color of dots. Default is gray
point type for dots. Default is 15 (small dot)
scaling parameter for size of dots
No value is returned