ShinyPlotly/PCPIndCarousel/multPlots/ui.R

shinyUI(pageWithSidebar(

  headerPanel("Dynamic number of plots"),

  sidebarPanel(
    sliderInput("n", "Number of plots", value=0, min=0, max=5)
  ),

  mainPanel(
    # This is the dynamic UI for the plots
    uiOutput("plots")
  )
))
lrutter/RNASeqVisualization documentation built on May 21, 2019, 7:52 a.m.