Skip to content

Commit 845cd38

Browse files
author
smeyer
committed
mark as "hplot"
git-svn-id: https://svn.r-project.org/R/trunk@89418 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ccc6b32 commit 845cd38

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

src/library/stats/man/plot.HoltWinters.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
\name{plot.HoltWinters}
77
\alias{plot.HoltWinters}
8-
\title{Plot function for \code{"HoltWinters"} objects}
8+
\title{Plotting \code{"HoltWinters"} Objects}
99
\description{
1010
Produces a chart of the original time series along with the fitted
1111
values. Optionally, predicted values (and their confidence bounds) can
@@ -48,5 +48,5 @@
4848
\seealso{
4949
\code{\link{HoltWinters}}, \code{\link{predict.HoltWinters}}
5050
}
51-
51+
\keyword{hplot}
5252
\keyword{ts}

src/library/stats/man/plot.profile.nls.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ par(opar)
6868
\keyword{nonlinear}
6969
\keyword{regression}
7070
\keyword{models}
71+
\keyword{hplot}

src/library/stats/man/screeplot.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ screeplot(fit)
4545
screeplot(fit, npcs = 24, type = "lines")
4646
}
4747
\keyword{multivariate}
48+
\keyword{hplot}

tests/Examples/stats-Ex.Rout.save

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12430,7 +12430,7 @@ Warning in xy.coords(x, y, xlabel, ylabel, log) :
1243012430
> ### Name: plot.profile.nls
1243112431
> ### Title: Plot a 'profile.nls' Object
1243212432
> ### Aliases: plot.profile.nls
12433-
> ### Keywords: nonlinear regression models
12433+
> ### Keywords: nonlinear regression models hplot
1243412434
>
1243512435
> ### ** Examples
1243612436
>
@@ -16001,7 +16001,7 @@ R_heapsort(1, 11,..): l=6:
1600116001
> ### Name: screeplot
1600216002
> ### Title: Scree Plots
1600316003
> ### Aliases: screeplot screeplot.default
16004-
> ### Keywords: multivariate
16004+
> ### Keywords: multivariate hplot
1600516005
>
1600616006
> ### ** Examples
1600716007
>

0 commit comments

Comments
 (0)