plotLines: Show plot series as set of lines

View source: R/plotseries.R

plotLinesR Documentation

Show plot series as set of lines

Description

Show plot series as set of lines

Usage

plotLines(
  ps,
  col = ps$col,
  lty = 1,
  lwd = 1,
  cex = 1,
  col.excluded = "darkgray",
  show.excluded = FALSE,
  ...
)

Arguments

ps

'plotseries' object

col

a color for markers or lines (same as plot parameter).

lty

line type

lwd

line width

cex

scale factor for the marker

col.excluded

color for the excluded lines.

show.excluded

logical, show or not the excluded data points

...

other arguments for function 'lines()'.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.