densplot {Mosaic}R Documentation

densplot

Description

generate a density plot for numeric data.

Usage

densplot(densin = log10(as.numeric(unlist(filtrate3[, scol]))),
  perc = c(0.01, 0.05, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.95,
  0.99), ...)

Arguments

densin

numeric vector or matrix

perc

numeric(): draw lines at these quantiles

Details

To accomodate logarithmized data, Inf values will be set to 1.1*largest value that is not Inf -Inf values will be set to 0.9*smallest value that is not -Inf


[Package Mosaic version 0.7.2 Index]