Newer
Older
\alias{lines.mfft_deco}
\alias{print.mfft_deco}
\method{plot}{mfft_deco}(M, periods = FALSE, labels = NULL, ...)
\method{lines}{mfft_deco}(M, ...)
\method{print}{mfft_deco}(M, ...)
\arguments{
\item{M}{: mfft_deco object}
\item{sum}{: TRUE if user wants to sum components in the reconstruction}
\item{periods}{if TRUE will add a lower axis with period labels}
\item{labels}{to be set above the frequency peaks. Can be the output of `attributeTone`}
\item{a}{`mfft_deco` object, typically the output of a `mfft` call.}
}
\value{
list of reconstructed components if sum=FALSE, full
reconstructed time series otherwise
}