Show plot series as set of lines
plotLines( ps, col = ps$col, lty = 1, lwd = 1, cex = 1, col.excluded = "darkgray", show.excluded = FALSE, ... )
ps
: plotseries
objectcol
: a color for markers or lines (same as plot
parameter).lty
: line typelwd
: line widthcex
: scale factor for the markercol.excluded
: color for the excluded lines.show.excluded
: logical, show or not the excluded data points...
: other arguments for function lines()
.