Show plot series as set of points
plotScatter( ps, pch = 16, col = ps$col, bg = "white", lwd = 1, cex = 1, col.excluded = "lightgray", pch.colinv = FALSE, show.excluded = FALSE, ... )
ps
: plotseries
objectpch
: size of point markerscol
: color of the pointsbg
: background color of the points if pch=21:25
lwd
: line width for the error barscex
: scale factor for the markercol.excluded
: color for excluded values (if must be shown)pch.colinv
: logical, should col
and bg
be switched if pch=21:25
and cgroup
is used to create colors.show.excluded
: logical, show or not the excluded data points...
: other arguments for function points()
.