Learn R Programming

BioGSP (version 1.0.0)

sgwt_auto_scales: Generate automatic scales for SGWT

Description

Generate logarithmically spaced scales for SGWT

Usage

sgwt_auto_scales(lmax, J = 5, scaling_factor = 2)

Value

Vector of scales

Arguments

lmax

Maximum eigenvalue

J

Number of scales

scaling_factor

Scaling factor between consecutive scales

Examples

Run this code
scales <- sgwt_auto_scales(lmax = 2.0, J = 5, scaling_factor = 2)

Run the code above in your browser using DataLab