Skip to content
Extraits de code Groupes Projets
Valider 092750a2 rédigé par Michel Crucifix's avatar Michel Crucifix
Parcourir les fichiers

introduce develop method + changed data

parent 1e7712c6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#' Develop a spectrum into a time series (generic)
#' @param arg: input class
#' @param times: if supplied, times of the decomposition
#' @param start: if supplied, overrides time and will generate a time series with start and deltat, which must then
#' be supplied as well
#' @param deltat : see start.
#' @note place holder for type-specific develop functions
#' @export develop
#' @return nothing
develop <- function(M, times=NULL, start=NULL, end=NULL, deltat=NULL,...){
UseMethod("develop")
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/develop.R
\name{develop}
\alias{develop}
\title{Develop a spectrum into a time series (generic)}
\usage{
develop(M, times = NULL, start = NULL, end = NULL, deltat = NULL, ...)
}
\arguments{
\item{deltat}{: see start.}
\item{arg:}{input class}
\item{times:}{if supplied, times of the decomposition}
\item{start:}{if supplied, overrides time and will generate a time series with start and deltat, which must then
be supplied as well}
}
\value{
nothing
}
\description{
Develop a spectrum into a time series (generic)
}
\note{
place holder for type-specific develop functions
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mfft_support.R
\name{develop.discreteSpectrum}
\alias{develop.discreteSpectrum}
\title{MFFT reconstruction}
\usage{
\method{develop}{discreteSpectrum}(M, times = NULL, start = NULL, end = NULL, deltat = NUL, sum = TRUE)
}
\arguments{
\item{M}{: discreteSpectrum object}
\item{deltat}{: see start.}
\item{sum}{: TRUE if user wants to sum components %in% the reconstruction}
\item{times:}{if supplied, times of the decomposition}
\item{start:}{if supplied, overrides time and will generate a time series with start and deltat, which must then
be supplied as well}
}
\value{
list of reconstructed components if sum=FALSE, full
reconstructed time series otherwise
}
\description{
MFFT reconstruction
}
\note{
if none if times, start and deltat are supplied, will reconstruct based on the attribute `xdata`
which must then be present. If no `xdata` is availble, return an error.
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mfft_support.R
\name{mfft_anova}
\alias{mfft_anova}
\alias{as.data.frame.discreteSpectrum}
\alias{plot.discreteSpectrum}
\alias{lines.discreteSpectrum}
\alias{print.discreteSpectrum}
\title{MFFT ANOVA
not ready. do not use.}
\usage{
mfft_anova(M)
\method{as.data.frame}{discreteSpectrum}(x)
\method{plot}{discreteSpectrum}(M, periods = FALSE, labels = NULL, ...)
\method{lines}{discreteSpectrum}(M, ...)
\method{print}{discreteSpectrum}(M, ...)
}
\arguments{
\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}{`discreteSpectrum` object, typically the output of a `mfft` call.}
}
\description{
MFFT ANOVA
not ready. do not use.
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter