interactivateDensity2D {InteractiveComplexHeatmap} | R Documentation |
Interactive Shiny application for 2D density distribution
interactivateDensity2D(x, y, ...)
x |
A numeric vector. |
y |
A numeric vector. |
... |
All pass to |
if(interactive()) { lt = readRDS(system.file("extdata", "2d_density_xy.rds", package = "InteractiveComplexHeatmap")) interactivateDensity2D(lt$x, lt$y) }