% Generated by roxygen2: do not edit by hand % Please edit documentation in R/wt.bases.R \name{wt.bases.morlet} \alias{wt.bases.morlet} \title{Helper method (not exported)} \usage{ wt.bases.morlet(k, scale, param = -1) } \arguments{ \item{k}{vector of frequencies at which to calculate the wavelet.} \item{scale}{the wavelet scale.} \item{param}{nondimensional parameter specific to the wavelet function.} } \value{ Returns a list containing: \item{daughter}{wavelet function} \item{fourier.factor}{ratio of fourier period to scale} \item{coi}{cone of influence} \item{dof}{degrees of freedom for each point in wavelet power} } \description{ Helper method (not exported) }