heatmap_wday_hourofday | R Documentation |
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.
heatmap_wday_hourofday(df, date_col)
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. |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.