inst/app-vistributions/logic/logic_t.R

output$t_shape <- renderPlot({
  vdist_t_plot(input$t_df)
})

output$tprob_plot <- renderPlot({
  vdist_t_prob(input$tprob_p, input$tprob_df, input$tprob_tail)
})

output$tperc_plot <- renderPlot({
  vdist_t_perc(input$tperc_p, input$tperc_df, input$tperc_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.