inst/app-vistributions/logic/logic_norm.R

output$norm_shape <- renderPlot({
  vdist_normal_plot(input$norm_m, input$norm_sd)
})

output$nprob_plot <- renderPlot({
  vdist_normal_prob(input$nprob_p, input$nprob_m, input$nprob_sd, input$nprob_tail)
})

output$nperc_plot <- renderPlot({
  vdist_normal_perc(input$nperc_p, input$nperc_m, input$nperc_sd, input$nperc_tail)
})

Try the xplorerr package in your browser

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

xplorerr documentation built on May 21, 2021, 9:08 a.m.