Learn R Programming

BioGSP (version 1.0.0)

compare_kernel_families: Compare different kernel families

Description

Visualize and compare different kernel families (both scaling and wavelet filters)

Usage

compare_kernel_families(
  x_range = c(0, 3),
  scale_param = 1,
  plot_results = TRUE
)

Value

Data frame with x values and kernel values for each family

Arguments

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)

Examples

Run this code
comparison <- compare_kernel_families()
comparison <- compare_kernel_families(x_range = c(0, 5), scale_param = 1.5)

Run the code above in your browser using DataLab