test_iheatmapr_event | R Documentation |
test_iheatmapr_event
test_iheatmapr_event(ihm, event = c("click", "hover", "relayout"))
ihm |
Iheatmap object |
event |
name of event, either "click","hover", or "relayout" |
shiny app
## Not run:
mat <- matrix(rnorm(20), ncol = 5, nrow = 4)
hm <- main_heatmap(mat)
test_iheatmapr_event(hm, "click")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.