The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 71883
Line 1... Line 1...
1
% File src/library/stats/man/decompose.Rd
1
% File src/library/stats/man/decompose.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{decompose}
6
\name{decompose}
7
\alias{decompose}
7
\alias{decompose}
8
\alias{plot.decomposed.ts}
8
\alias{plot.decomposed.ts}
Line 46... Line 46...
46
  The function \code{\link{stl}} provides a much more sophisticated
46
  The function \code{\link{stl}} provides a much more sophisticated
47
  decomposition.
47
  decomposition.
48
}
48
}
49
\value{
49
\value{
50
  An object of class \code{"decomposed.ts"} with following components:
50
  An object of class \code{"decomposed.ts"} with following components:
51
  \item{x}{The original series.  (Only since \R 2.14.0.)}
51
  \item{x}{The original series.}
52
  \item{seasonal}{The seasonal component (i.e., the repeated seasonal figure).}
52
  \item{seasonal}{The seasonal component (i.e., the repeated seasonal figure).}
53
  \item{figure}{The estimated seasonal figure only.}
53
  \item{figure}{The estimated seasonal figure only.}
54
  \item{trend}{The trend component.}
54
  \item{trend}{The trend component.}
55
  \item{random}{The remainder part.}
55
  \item{random}{The remainder part.}
56
  \item{type}{The value of \code{type}.}
56
  \item{type}{The value of \code{type}.}