quant_density: Plot kernel density estimates for quantitative variable of a...

View source: R/graphs.R

quant_densityR Documentation

Plot kernel density estimates for quantitative variable of a list/data.frame

Description

Plot kernel density estimates for not 0-1 only quantitative variable of a list/data.frame.

Usage

quant_density(x, na.rm = TRUE, quiet = TRUE, ...)

Arguments

x

a data.frame

na.rm

remove NA values from density calculation

quiet

if FALSE tells number and names of variables plotted

...

further arguments passed to density

Examples

par(mfrow = c(2, 3))
quant_density(airquality)

lbraglia/lbstat documentation built on Sept. 17, 2023, 2:30 p.m.