https://github.com/cran/dse
Raw File
Tip revision: 255d6b0f2bb198b3fdf1ac04a994762b381b07a7 authored by Paul Gilbert on 26 February 2020, 06:10:02 UTC
version 2020.2-1
Tip revision: 255d6b0
seriesNamesInput.forecast.Rd
\name{seriesNamesInput.forecast}
\alias{seriesNamesInput.forecast}
\alias{seriesNamesInput.featherForecasts}

\alias{seriesNamesOutput.forecast}
\alias{seriesNamesOutput.featherForecasts}

\title{TS Input and Output Specific Methods}
\description{See the generic function description.}
\usage{
    \method{seriesNamesInput}{forecast}(x)
    \method{seriesNamesInput}{featherForecasts}(x)

    \method{seriesNamesOutput}{forecast}(x)
    \method{seriesNamesOutput}{featherForecasts}(x)
}
\arguments{
    \item{x}{an object from which to extract the names of the input or output
      series.}
}

\concept{DSE}
\keyword{ts}


back to top