View source: R/dthelper-simulation.R
plotting.sampler | R Documentation |
Plot Density Plot given a samples from a sampling function
plotting.sampler(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.