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)
})
rsquaredacademy/xplorerr documentation built on May 25, 2021, 6:57 a.m.