interactivateDensity2D | 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.