tz_plot {lutz} | R Documentation |
Plot a time zone
Description
Make a circular plot of a time zone, visualizing the UTC offset over the course of the year, including Daylight Savings times
Usage
tz_plot(tz)
Arguments
tz |
a valid time zone name. See |
Value
a ggplot2
object
Examples
tz_plot("America/Vancouver")
[Package lutz version 0.3.2 Index]