powered by
launch shiny app UI for heatmaply from R console
launch_heatmaply(obj, plotHeight = 800, viewerType = "paneViewer")
data.frame or list of data.frames
numeric that sets the height of the plot output (default 800px)
character of the viewer to be used to launch the app to c('paneViewer','dialogViewer','browserViewer')
# NOT RUN { if(interactive()){ data(mtcars) launch_heatmaply(mtcars) data(iris) launch_heatmaply(list('Example1'=mtcars,'Example2'=iris)) } # }
Run the code above in your browser using DataLab