This function takes set a set of seqences as columns in a matrix and computes the continuous wavelet transform on each.
mvcwt(x, y, scale.exp = 0.5, nscales = get.nscales(x),
min.scale = get.min.scale(x), max.scale = get.max.scale(x),
scales = log2Bins(min.scale, max.scale, nscales), loc = regularize(x),
wave.fun = "Morlet")
sample locations
one or more columns of samples corresponding to x
scale output
number of scales to analyze
minimum scale in units of x
maximum scale in units of x
a set of scales to analyze; overrides all other scale arguments
the loci at which to evalues the wavelet function
a wavelet function