Plot a time series with x as Date.
pdate(x, y, myylab = "", mylegend = "", mycol = "darkgreen", myxlim = NULL, myylim = NULL)
x | A Date vector. |
---|---|
y | A numeric vector. |
myylab | A character string of the y label. |
mylegend | A character string of the legend. |
mycol | A color. |
myxlim | A Date vector of the date range of x. |
myylim | A Date vector of the date range of y. |
A time series diagram.