| densplot {Mosaic} | R Documentation |
generate a density plot for numeric data.
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), ...)
densin |
numeric vector or matrix |
perc |
numeric(): draw lines at these quantiles |
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