Learn R Programming

RTConnect (version 0.1.4)

plot.rtconnect: Plot for rtconnect object.

Description

Plot units of rtconnect object.

Usage

"plot"(x, type="daily", graph.type="b", main=NULL, xlab=NULL, ylab=NULL, ...)

Arguments

x
rtconnect object.
type
string giving the type of plot. The following values are possible: "daily" and "weekly".
graph.type
1-character string giving the type of plot desired.
main
overall title for the plot.
xlab
a label for the x axis.
ylab
a label for the y axis.
...