ggDISTRIBUTION | R Documentation |
DISTRIBUTION
objects using ggplot2
Plot of DISTRIBUTION
objects using ggplot2
ggDISTRIBUTION(x, n = 10000)
x |
an object of class |
n |
number of observation |
a ggplot
object with the density of the distribution
x <- new_NORMAL(0,1)
ggDISTRIBUTION(x)
y <- new_DIRICHLET(c(10,20,70))
ggDISTRIBUTION(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.