create_kernel_functions | R Documentation |
Create kernel functions based on configuration
create_kernel_functions(
kernel.fun = "Schennach2004",
if_approx_kernel = TRUE,
kernel.resol = 1000
)
kernel.fun |
A string specifying the kernel function to be used. |
if_approx_kernel |
Logical. If TRUE, uses approximations for the kernel function. |
kernel.resol |
The resolution for kernel function approximation. |
A list containing kernel function, its Fourier transform, and the kernel type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.