Description Usage Arguments Examples
View source: R/make_quantile_density.R
Plot the density of a numeric vector and show the different quantiles colored in areas
1 | make_quantile_density(ex_vector, probs = NULL)
|
ex_vector |
a numeric vector from which the density should be computed |
probs |
a numeric vector giving the quantile (default: |
1 2 3 4 5 | vec = rnorm(1000)
gg = make_quantile_density(vec)
gg
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.