Description Usage Arguments Details Value
View source: R/kdensity_helpers.R
This function takes the supplied values of kernel, start, and support and fills in the non-supplied ones. It also handles inconsistencies, such as providing a support on (-Inf, Inf) but a kernel on (0, Inf).
1 | get_kernel_start_support(kernel, start, support)
|
kernel |
Supplied kernel; string or list. |
start |
Supplied parametric start; string or list. |
support |
Binary vector. |
The kernel
and start
parameters are either strings or
adhering to the kernel/start list structure. support
is a
numeric vector of length two.
a list with members kernel, kernel_str, start, start_str, and support.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.