plot.daytime: Plot a 'daytime' object

plot.daytimeR Documentation

Plot a daytime object

Description

Plot a daytime object

Usage

## S3 method for class 'daytime'
plot(x, ...)

Arguments

x

a daytime object

...

arguments passed to as_circular

Details

x is first cast as circular, then forwarded to the plot method for circular objects

plot(as_daytime( seq( as.POSIXct(Sys.Date()), as.POSIXct(Sys.Date()+1), "3 hour" ) ))


paulhibbing/daytime documentation built on July 13, 2022, 6:32 p.m.