inst/corheatmap/ui.R

library(shiny)
library(corheatmap)

shinyUI(
  fluidPage(
  titlePanel("Heatmap using Correlation"),
  sidebarPanel(
    corHeatmapUI("cor")
  ),
  mainPanel(
    corHeatmapOutput("cor")
  )
))
byandell/corheatmap documentation built on May 13, 2019, 9:27 a.m.