The R Project SVN R

Rev

Rev 87643 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87643 Rev 89997
Line 1... Line 1...
1
% File src/library/stats/man/stlmethods.Rd
1
% File src/library/stats/man/stlmethods.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-2025 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{stlmethods}
6
\name{stlmethods}
7
\alias{plot.stl}
7
\alias{plot.stl}
8
\alias{summary.stl}
8
\alias{summary.stl}
Line 10... Line 10...
10
\description{
10
\description{
11
  Methods for objects of class \code{stl}, typically the result of
11
  Methods for objects of class \code{stl}, typically the result of
12
  \code{\link{stl}}.  The \code{plot} method does a multiple figure plot
12
  \code{\link{stl}}.  The \code{plot} method does a multiple figure plot
13
  with some flexibility.
13
  with some flexibility.
14
 
14
 
15
  There are also (non-visible) \code{print} and \code{summary} methods.
15
  There are also (non-visible) \code{print} and \code{summary} methods, the
-
 
16
  latter providing a summary and an \code{\link{IQR}}
-
 
17
  \dQuote{decomposition} of trend, season and remainder.
16
}
18
}
17
\usage{
19
\usage{
18
\method{plot}{stl}(x, labels = colnames(X),
20
\method{plot}{stl}(x, labels = colnames(X),
19
     set.pars = list(mar = c(0, 6, 0, 6), oma = c(6, 0, 4, 0),
21
     set.pars = list(mar = c(0, 6, 0, 6), oma = c(6, 0, 4, 0),
20
                     tck = -0.01, mfrow = c(nplot, 1)),
22
                     tck = -0.01, mfrow = c(nplot, 1)),