inst/apps/distribution_loglogistic/ui.R

ui = navbarPage(title = 'Loglogistic Distribution',
                collapsible = T, 
                position = 'fixed-top',
                theme  = add_theme(getShinyOption('theme')),
                header = add_css(),
                footer = (),

                
tabPanel('Shiny App',
      add_ui('distribution_loglogistic_functions')),

tabPanel('Distribution Functions',
         uiOutput('llogfunc', class = 'ta-text')),

tabPanel('Distribution Properties',
         uiOutput('llogprops', class = 'ta-text')))

Try the teachingApps package in your browser

Any scripts or data that you put into this service are public.

teachingApps documentation built on July 1, 2020, 5:58 p.m.