Learn R Programming

lutz (version 0.3.2)

tz_plot: 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)

Value

a ggplot2 object

Arguments

tz

a valid time zone name. See OlsonNames()

Examples

Run this code
tz_plot("America/Vancouver")

Run the code above in your browser using DataLab