inst/cmarinerApp/ui.R

shinyUI(fluidPage(
  fluidRow(
    column(4,
           wellPanel(
             analysisUI('analysis'),
             plotOptionsUI('plotOptions'),
             screeUI('scree')
           )),
    column(8,
           compromiseFactorMapUI('compromiseFactorMap'))
  )
))
jennyrieck/cMARINeRApp documentation built on Feb. 10, 2021, 8:28 p.m.