app_heatmap {romic} | R Documentation |
Interactive Heatmap
Description
Generate a shiny
interactive heatmap that allows for on demand
filtering, ordering and faceting by variables of interest.
Usage
app_heatmap(tomic)
Arguments
tomic |
Either a |
Value
A shiny
app
Examples
if (interactive()) {
app_heatmap(brauer_2008_tidy)
}
[Package romic version 1.1.3 Index]