View source: R/monitor_ggCalendar.R
monitor_ggCalendar | R Documentation |
Annual calendar view of a daily reading using a selected input.
monitor_ggCalendar(
monitor = NULL,
id = NULL,
ncol = 4,
title = NULL,
discrete = TRUE,
breaks = NULL,
break_labels = NULL,
aspect_ratio = 1,
legend_title = NULL,
stat = "mean"
)
monitor |
A mts_monitor object. |
id |
deviceDeploymentID to include in the plot. This can be NULL if
|
ncol |
Number of columns in the plot. |
title |
Optional title. |
discrete |
Logical specifying use of a discrete color scale. |
breaks |
Color scale break points. |
break_labels |
Scale breaks names. |
aspect_ratio |
Plot aspect ratio. |
legend_title |
Optional title used in the legend. |
stat |
Statistic used for daily aggregation (default: "mean"). |
ggobject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.