generate_calendar_heatmap2: Generate a calendar heatmap

View source: R/heatmaps.R

generate_calendar_heatmap2R Documentation

Generate a calendar heatmap

Description

Generate a calendar heatmap

Usage

generate_calendar_heatmap2(
  df,
  datecol,
  legendtitle = "Values",
  date_max = Sys.Date(),
  date_min = NULL
)

Arguments

df

Data frame to use for the plot

datecol

Column name in data frame 'df' that contains dates

legendtitle

Legend title (optional).

date_max

End date of the plot (optional).

date_min

Start date of the plot (optional).

Value

This function returns a ggplot object which contains a calendar heatmap.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.