export_base_graphics_ui | R Documentation |
A shiny Module.
export_base_graphics_ui(id)
export_base_graphics(
input,
output,
session,
file_name,
plot,
legend_pos = reactive({
"top"
}),
isComplexHeatmap = TRUE
)
id |
shiny id |
input |
session input |
output |
session output |
session |
session |
file_name |
internal |
plot |
internal |
legend_pos |
internal |
isComplexHeatmap |
internal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.