plot_dens: Plot kernel density curve with black and white style with...

View source: R/plot_dens.R

plot_densR Documentation

Plot kernel density curve with black and white style with shaded area

Description

Plot kernel density curve with black and white style with shaded area

Usage

plot_dens(x, rescale = TRUE, col.area = "dodgerblue", ylab = "density", ...)

Arguments

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

Value

None.


mrblasco/blasco documentation built on Nov. 22, 2022, 9:17 a.m.