inst/app-vistributions/logic/logic_f.R

output$f_shape <- renderPlot({
  vdist_f_plot(input$f_numdf, input$f_dendf, as.logical(input$f_norm))
})

output$fprob_plot <- renderPlot({
  vdist_f_prob(input$fprob_p, input$fprob_numdf, input$fprob_dendf, input$fprob_tail)
})

output$fperc_plot <- renderPlot({
  vdist_f_perc(input$fperc_p, input$fperc_numdf, input$fperc_dendf, input$fperc_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.