plotly_heatmap: Generate plotly heatmap

View source: R/summary_functions.R

plotly_heatmapR Documentation

Generate plotly heatmap

Description

Internal function to generate plotly based heatmap

Usage

plotly_heatmap(
  heatmap_data,
  x = "date",
  y = "location",
  z = "count",
  logscale = FALSE
)

Arguments

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

Value

a plotly object


gsClusterDetect documentation built on July 27, 2026, 5:09 p.m.