tsimagePlot: tsimage plot

View source: R/TwGeos.R

tsimagePlotR Documentation

tsimage plot

Description

Plot times as hour vs date

Usage

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.


slisovski/TwGeos documentation built on Jan. 27, 2024, 10:43 a.m.