approxdens | R Documentation |
..
approxdens(x, ...)
x |
numeric vector, observations |
... |
additional parameters of density.default |
approx inside density.default
another 'layer' of approxfun
Function approxdens()
returns a function.
x = rnorm(1e3L)
f = approxdens(x)
f(x[1:3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.