kerndens | R Documentation |
Kernel density estimates only.
kerndens(...)
... |
parameters of function density.default |
Function kerndens()
finds
the estimated density values,
i.e., element $y
of function density.default return.
Function kerndens()
returns
a numeric vector.
d = density(faithful$eruptions, bw = 'sj')
stopifnot(identical(d$y, kerndens(faithful$eruptions, bw = 'sj')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.