Learn R Programming

iheatmapr (version 0.7.1)

test_iheatmapr_event: test_iheatmapr_event

Description

test_iheatmapr_event

Usage

test_iheatmapr_event(ihm, event = c("click", "hover", "relayout"))

Value

shiny app

Arguments

ihm

Iheatmap object

event

name of event, either "click","hover", or "relayout"

Examples

Run this code

if (FALSE) {
  mat <- matrix(rnorm(20), ncol = 5, nrow = 4)  
  hm <- main_heatmap(mat) 
  test_iheatmapr_event(hm, "click")
}

Run the code above in your browser using DataLab