The R Project SVN R

Rev

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

Rev 27497 Rev 30912
Line 4... Line 4...
4
\description{
4
\description{
5
  Plot method for objects of class \code{"acf"}.
5
  Plot method for objects of class \code{"acf"}.
6
}
6
}
7
\usage{
7
\usage{
8
\method{plot}{acf}(x, ci = 0.95, type = "h", xlab = "Lag", ylab = NULL,
8
\method{plot}{acf}(x, ci = 0.95, type = "h", xlab = "Lag", ylab = NULL,
-
 
9
     ylim = NULL, main = NULL,
9
     ylim = NULL, main = NULL, ci.col="blue", ci.type = c("white", "ma"),
10
     ci.col = "blue", ci.type = c("white", "ma"),
10
     max.mfrow = 6, ask = Npgs > 1 && dev.interactive(),
11
     max.mfrow = 6, ask = Npgs > 1 && dev.interactive(),
11
     mar = if(nser > 2) c(3,2,2,0.8) else par("mar"),
12
     mar = if(nser > 2) c(3,2,2,0.8) else par("mar"),
12
     oma = if(nser > 2) c(1,1.2,1,1) else par("oma"),
13
     oma = if(nser > 2) c(1,1.2,1,1) else par("oma"),
13
     mgp = if(nser > 2) c(1.5,0.6,0) else par("mgp"),
14
     mgp = if(nser > 2) c(1.5,0.6,0) else par("mgp"),
14
     xpd = par("xpd"), cex.main = if(nser > 2) 1 else par("cex.main"),
15
     xpd = par("xpd"), cex.main = if(nser > 2) 1 else par("cex.main"),