| compare_kernel_families | R Documentation |
Visualize and compare different kernel families (both scaling and wavelet filters)
compare_kernel_families(
x_range = c(0, 3),
scale_param = 1,
plot_results = TRUE
)
x_range |
Range of x values to evaluate (default: c(0, 3)) |
scale_param |
Scale parameter for all functions (default: 1) |
plot_results |
Whether to plot the comparison (default: TRUE) |
Data frame with x values and kernel values for each family
comparison <- compare_kernel_families()
comparison <- compare_kernel_families(x_range = c(0, 5), scale_param = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.