#'
#'@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")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.