https://github.com/cran/dse
Raw File
Tip revision: bbfde2f4b8a2382769a2591a7b594943a0e5e1dd authored by Paul Gilbert on 14 March 2011, 00:00:00 UTC
version 2011.3-1
Tip revision: bbfde2f
nseries.featherForecasts.Rd
\name{nseries.featherForecasts}
\alias{nseries.featherForecasts}

\title{Number of Series}
\description{Return the number of series.}
\usage{
    \method{nseries}{featherForecasts}(x)
    }

\arguments{
    \item{x}{A featherForecasts object.}
    }
\value{An integer.}
\details{
    See the generic method.
    }
\keyword{programming}
\keyword{utilities}
\keyword{ts}


back to top