powered by
DISTRIBUTION
ggplot2
Plot of DISTRIBUTION objects using ggplot2
ggDISTRIBUTION(x, n = 10000)
a ggplot object with the density of the distribution
ggplot
an object of class DISTRIBUTION
number of observation
x <- new_NORMAL(0,1) ggDISTRIBUTION(x) y <- new_DIRICHLET(c(10,20,70)) ggDISTRIBUTION(x)
Run the code above in your browser using DataLab