plot_dens | R Documentation |
Plot kernel density curve with black and white style with shaded area
plot_dens(x, rescale = TRUE, col.area = "dodgerblue", ylab = "density", ...)
x |
it can be the data from which the estimate is to be computed, or an 'density' object |
rescale |
if TRUE, ensures density stays in 0,1; default true. |
col.area |
color of the shaded area; default "dodgerblue". |
... |
Optional graphics arguments |
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.