calendar_plot: calendar_plot

View source: R/calendar_plot.R

calendar_plotR Documentation

calendar_plot

Description

calendar_plot

Usage

calendar_plot(data, x, y, ...)

Arguments

data

A data.frame.

x

date column

y

A named character value. Evaluates to a column.

...

additional arguments for tile_plot

Examples

library(tsibbledata)
calendar_plot(vic_elec, "Time", "Demand", zlim = c(NA, NA))

wkostelecki/ezplot documentation built on Feb. 1, 2024, 10:58 p.m.