make_weight | R Documentation |
Purely internal, called after to_function
, so no direct user arguments.#'
make_weight(f_param, f_pop)
f_param |
a function; the parameter function, varying with the aggregate |
f_pop |
a function; the density function, varying with the aggregate |
a new function, f(x) = f_param(x)*f_pop(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.