interactivateDensity2D {InteractiveComplexHeatmap}R Documentation

Interactive Shiny application for 2D density distribution

Description

Interactive Shiny application for 2D density distribution

Usage

interactivateDensity2D(x, y, ...)

Arguments

x

A numeric vector.

y

A numeric vector.

...

All pass to kde.

Examples

if(interactive()) {
    lt = readRDS(system.file("extdata", "2d_density_xy.rds", package = "InteractiveComplexHeatmap"))
    interactivateDensity2D(lt$x, lt$y)
}

[Package InteractiveComplexHeatmap version 1.2.0 Index]