Skip to content

Commit

Permalink
minor doc updates, remove "type" in acf -> pacf
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@5370 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jul 29, 1999
1 parent 85b58e2 commit da809e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/library/ts/R/acf.R
Expand Up @@ -6,6 +6,7 @@ function (x, lag.max = NULL, plot = TRUE, type = c("correlation",
if(type == "partial") {
m <- match.call()
m[[1]] <- as.name("pacf")
m$type <- NULL
return(eval(m, sys.frame(sys.parent())))
}
series <- deparse(substitute(x))
Expand Down
1 change: 1 addition & 0 deletions src/library/ts/man/beaver1.Rd
Expand Up @@ -6,6 +6,7 @@
\title{
Body Temperature Series of Beaver 1
}
\usage{data(beavers)}
\description{
The \code{beaver1} data frame has 114 rows and 4 columns on body
temperature measurements at 10 minute intervals.
Expand Down
1 change: 1 addition & 0 deletions src/library/ts/man/beaver2.Rd
Expand Up @@ -6,6 +6,7 @@
\title{
Body Temperature Series of Beaver 2
}
\usage{data(beavers)}
\description{
The \code{beaver2} data frame has 100 rows and 4 columns on body
temperature measurements at 10 minute intervals.
Expand Down

0 comments on commit da809e2

Please sign in to comment.