inst/examples/hms1/ui.R

library(shiny)
library(shinyLi)
   fluidPage(
       mainPanel(
             tabsetPanel(
                tabPanel("Scatterplot",
           		 liScatterplot(anchorId="main")
                )
                ,
                 tabPanel("Dose Response Grid",
                        liDoseResponseGrid(anchorId="dose-response-grid-main")
           		      
                 )
	    )
	    , width=12)
)
uc-bd2k/shinyLi documentation built on May 3, 2019, 2:16 p.m.