heatmapOutput: Create UI components to display heatmap of a matrix of values

View source: R/heatmap.R

heatmapOutputR Documentation

Create UI components to display heatmap of a matrix of values

Description

heatmapOutput() produces a plotOutput space for a plot

Usage

heatmapOutput(id)

Arguments

id

namespace id for the UI components. Must match the id provided to the heatmapServer() function.

Value

a htmltools::tagList() containing a shiny::plotOutput object

Examples


heatmapOutput("rnaseqData")


richysix/rnaseqVis documentation built on Feb. 12, 2024, 1:37 p.m.