library("shiny")
## The UI
sliderInput("n", "Sample size", 10, 50, 25)
renderPlot({plot(rnorm(input$n))})


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