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