https://github.com/cran/dse
Raw File
Tip revision: ab08892d097753cdf4449136af92b9e9fb89871c authored by Paul Gilbert on 01 December 2009, 00:00:00 UTC
version 2009.12-1
Tip revision: ab08892
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