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"
)
A mts_monitor object.
deviceDeploymentID to include in the plot. This can be NULL if
monitor
only has one unique deviceDeploymentID.
Number of columns in the plot.
Optional title.
Logical specifying use of a discrete color scale.
Color scale break points.
Scale breaks names.
Plot aspect ratio.
Optional title used in the legend.
Statistic used for daily aggregation (default: "mean").
ggobject