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
print.TSdata.Rd
\name{print.TSdata}
\alias{print.TSdata}

\title{Print Specific Methods}
\description{See the generic function description.}
\usage{
    \method{print}{TSdata}(x, ...)
    }
\arguments{
    \item{x}{An object of class TSdata.}
    \item{...}{arguments to be passed to other methods.}
}
\seealso{
    \code{\link{print}}
    \code{\link{summary}}
}

\concept{DSE}
\keyword{ts}

back to top