- x
A DTSg
object (S3 method only).
- from
A POSIXct
timestamp in the same time zone as the time series
or a character string coercible to one. The data is plotted from this
timestamp on.
- to
A POSIXct
timestamp in the same time zone as the time series or
a character string coercible to one. The data is plotted up to this
timestamp.
- cols
A character vector specifying the columns whose values shall be
plotted. Another possibility is a character string containing either comma
separated column names, for example, "x,y,z"
, or the start and end column
separated by a colon, for example, "x:z"
.
- secAxisCols
An optional character vector specifying the columns whose
values shall be plotted on a secondary axis. Another possibility is a
character string containing either comma separated column names, for
example, "x,y,z"
, or the start and end column separated by a colon, for
example, "x:z"
. Must be a subset of cols
.
- secAxisLabel
A character string specifying the label of the optional
secondary axis.
- ...
Not used (S3 method only).