heatmap module server logic
heatmap(
input,
output,
session,
clarion,
plot.method = "static",
label.sep = ", ",
width = "auto",
height = "auto",
ppi = 72,
scale = 1
)
Shiny's input object
Shiny's output object
Shiny's session object
A clarion object. See Clarion
. (Supports reactive)
Choose which method is used for plotting. Either "static" or "interactive" (Default = "static").
Separator used for label merging (Default = ", ").
Width of the plot in cm. Defaults to minimal size for readable labels and supports reactive.
Height of the plot in cm. Defaults to minimal size for readable labels and supports reactive.
Pixel per inch. Defaults to 72 and supports reactive.
Scale plot size. Defaults to 1, supports reactive.
Reactive containing data used for plotting.