plot.sampler | R Documentation |
Plot Density Plot given a samples from a sampling function
## S3 method for class 'sampler' plot(sampler)
sampler |
vector object |
density plot
set.seed(100) plot.sampler(rnorm(10000)) plot.sampler(runif(1000, min = 0, max = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.