Description Usage Arguments Value Examples
View source: R/utility_functions.R
Given a vector of values, computes the empirical density for each observation.
1 | densityPoints(x, ...)
|
x |
a numeric vector. |
... |
additional parameters for the
|
A list with...
x - the sorted values for the original input.
y - the associated empirical densities.
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.