tsimagePlot: tsimage plot

Description Usage Arguments Details

View source: R/BAStag.R

Description

Plot times as hour vs date

Usage

1
2
3
4
5
6
7
tsimagePlot(date, offset, xlab = "Date", ylab = "Hour", ...)

tsimagePoints(date, offset, ...)

tsimageLines(date, offset, ...)

tsimageRibbon(date1, date2, offset, ...)

Arguments

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 plot, points or lines.

date1

lower bound as a vector of POSIXct.

date2

upper bound as a vector of POSIXct.

Details

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.


SWotherspoon/BAStag documentation built on March 29, 2021, 2:47 a.m.