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
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