Learn R Programming

RTConnect (version 0.1.4)

barplot.rtconnect: Bar Plot for rtconnect Object

Description

Plot units of rtconnect object.

Usage

"barplot"(height, type = "daily", main = NULL, xlab = NULL, ylab = NULL, plab = FALSE, ...)

Arguments

height
rtconnect object.
type
string giving the type of plot. The following values are possible: "daily", "daily.version", "weekly", "weekly.version", "version" and "country".
main
overall title for the plot.
xlab
a label for the x axis.
ylab
a label for the y axis.
plab
whether or not display value labels.
...