| sgwt_get_kernels | R Documentation |
Returns a pair of functions implementing the scaling (low-pass) and wavelet (band-pass) kernels for a given kernel family. This enforces consistency: a single kernel_type defines both filters.
sgwt_get_kernels(kernel_type = "heat")
kernel_type |
Kernel family name ("mexican_hat", "meyer", or "heat") |
A list with two functions: list(scaling = function(x, scale_param), wavelet = function(x, scale_param))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.