Revision 69c8d344d69fc70f001c8b631223f200452ca0b8 authored by Paul Gilbert on 28 November 2011, 11:59:58 UTC, committed by cran-robot on 28 November 2011, 11:59:58 UTC
1 parent 83ee9d6
Raw File
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