View source: R/summary_functions.R
| plotly_heatmap | R Documentation |
Internal function to generate plotly based heatmap
plotly_heatmap(
heatmap_data,
x = "date",
y = "location",
z = "count",
logscale = FALSE
)
heatmap_data |
data frame generated by 'generate_heatmap_data' |
x |
name of date column, default is "date" |
y |
name of location column, default is "y", |
logscale |
boolean (default FALSE); set to TRUE to view on log scale |
a plotly object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.