pdate: Plot a time series with x as Date.

Description Usage Arguments Value

View source: R/plot.r

Description

Plot a time series with x as Date.

Usage

1
2
pdate(x, y, myylab = "", mylegend = "", mycol = "darkgreen", myxlim = NULL, 
    myylim = NULL)

Arguments

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.

Value

A time series diagram.


steemr documentation built on May 1, 2019, 7:04 p.m.

Related to pdate in steemr...