pdate: Plot a time series with x as Date.
Description
Plot a time series with x as Date.
Usage
pdate(x, y, myylab = "", mylegend = "", mycol = "darkgreen", myxlim = NULL,
myylim = NULL)
Arguments
myylab
A character string of the y label.
mylegend
A character string of the legend.
myxlim
A Date vector of the date range of x.
myylim
A Date vector of the date range of y.
Value
A time series diagram.