test_iheatmapr_event {iheatmapr} | R Documentation |
test_iheatmapr_event
Description
test_iheatmapr_event
Usage
test_iheatmapr_event(ihm, event = c("click", "hover", "relayout"))
Arguments
ihm |
Iheatmap object |
event |
name of event, either "click","hover", or "relayout" |
Value
shiny app
Examples
## Not run:
mat <- matrix(rnorm(20), ncol = 5, nrow = 4)
hm <- main_heatmap(mat)
test_iheatmapr_event(hm, "click")
## End(Not run)
[Package iheatmapr version 0.7.1 Index]