powered by
Plot method for the Central Limit Theorem simulation
# S3 method for clt plot(x, stat = "sum", bins = 15, ...)
Return value from clt
clt
Statistic to use (sum or mean)
Number of bins to use
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/basics/clt.html for an example in Radiant
clt("Uniform", 100, 100, unif_min = 10, unif_max = 20) %>% plot()
Run the code above in your browser using DataLab