calendar_plot {ezplot} | R 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))
[Package ezplot version 0.7.13 Index]