tsimagePlot | R Documentation |
Plot times as hour vs date
tsimagePlot(date, offset, xlab = "Date", ylab = "Hour", ...)
tsimagePoints(date, offset, ...)
tsimageLines(date, offset, ...)
tsimageRibbon(date1, date2, offset, ...)
date |
times as a vector of POSIXct. |
offset |
the starting hour for the vertical axes. |
xlab |
the label for the x axis. |
ylab |
the label for the y axis. |
... |
additional arguments parameters to pass to |
date1 |
lower bound as a vector of POSIXct. |
date2 |
upper bound as a vector of POSIXct. |
Analogs of plot
, points
and lines
that plot
the time of day against date. The tsimageRibbon
uses
polygon
to produce a polygonal "ribbon" that represents a
series of daily time intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.