plot.DISTRIBUTION | R Documentation |
DISTRIBUTION
objectsPlot an histogram of the density of the distribution using random numbers from the distribution
## S3 method for class 'DISTRIBUTION'
plot(x, n = 10000, ...)
x |
an object of class |
n |
number of observations |
... |
other parameters to the |
No return value. Side effect plot the histogram.
x <- new_NORMAL(0,1)
plot(x)
y <- new_DIRICHLET(c(10,20,70))
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.