Description Usage Arguments Value
View source: R/global_cor_heatmap.R
global correlation heatmap module server logic
1 2 3 4 5 6 7 8 9 10 11 | global_cor_heatmap(
input,
output,
session,
clarion,
plot.method = "static",
width = "auto",
height = "auto",
ppi = 72,
scale = 1
)
|
input |
Shiny's input object |
output |
Shiny's output object |
session |
Shiny's session object |
clarion |
A clarion object. See |
plot.method |
Choose which method is used for plotting. Either "static" or "interactive" (Default = "static"). |
width |
Width of the plot in cm. Defaults to minimal size for readable labels and supports reactive. |
height |
Height of the plot in cm. Defaults to minimal size for readable labels and supports reactive. |
ppi |
Pixel per inch. Defaults to 72 and supports reactive. |
scale |
Scale plot size. Defaults to 1, supports reactive. |
Reactive containing data used for plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.