The R Project SVN R

Rev

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

Rev 88603 Rev 89418
Line 3... Line 3...
3
% Copyright 1995-2018 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{plot.HoltWinters}
6
\name{plot.HoltWinters}
7
\alias{plot.HoltWinters}
7
\alias{plot.HoltWinters}
8
\title{Plot function for \code{"HoltWinters"} objects}
8
\title{Plotting \code{"HoltWinters"} Objects}
9
\description{
9
\description{
10
  Produces a chart of the original time series along with the fitted
10
  Produces a chart of the original time series along with the fitted
11
  values. Optionally, predicted values (and their confidence bounds) can
11
  values. Optionally, predicted values (and their confidence bounds) can
12
  also be plotted.
12
  also be plotted.
13
}
13
}
Line 46... Line 46...
46
  David Meyer \email{David.Meyer@wu.ac.at}
46
  David Meyer \email{David.Meyer@wu.ac.at}
47
}
47
}
48
\seealso{
48
\seealso{
49
  \code{\link{HoltWinters}}, \code{\link{predict.HoltWinters}}
49
  \code{\link{HoltWinters}}, \code{\link{predict.HoltWinters}}
50
}
50
}
51
 
51
\keyword{hplot}
52
\keyword{ts}
52
\keyword{ts}