library("shiny")
## The UI
sliderInput("n", "Sample size", 10, 50, 25)
actionButton("uniform", "Uniform")
actionButton("normal", "Normal")
# renderPlot()
# renderText( )


jr-packages/jrShiny documentation built on Feb. 16, 2020, 9:13 p.m.