R/shinyUI.R

#'
#'@title UI for shiny Cohort Progression app
#'
#'@description UI for shiny Cohort Progression app.
#'
#'@return the html UI for the app
#'
#'@details Creates the UI for the app.
#'
shinyUI<-navbarPage(
    "Tanner crab model",
    configUI("config"),
    natmortUI("natmort"),
    moltUI("molt"),
    growthUI("growth"),
    m2mUI("m2m"),
    recUI("rec"),
    cohortUI("cohort"),
    eqzUI("eqz")
  )
wStockhausen/shinyTC.CohortProgression documentation built on July 19, 2021, 5:32 a.m.