heatmap_wday_hourofday: Generates a heat map of the number of submissions per weekday...

View source: R/heatmaps.R

heatmap_wday_hourofdayR Documentation

Generates a heat map of the number of submissions per weekday and hour.

Description

Takes any time stamp column in the data and aggregates by weekday and hour of the day. The generated plot then shows for each combination the frequency.

Usage

heatmap_wday_hourofday(df, date_col)

Arguments

df

Data frame containing the ODK data that is to be used. Optional, defaults to NULL.

date_col

String that specifies the date or time stamp column in the data which is to be examined.

Value

ggplot2 object


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