The R Project SVN R

Rev

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

Rev 61160 Rev 61433
Line 31... Line 31...
31
\method{monthplot}{default}(x, labels = 1L:12L,
31
\method{monthplot}{default}(x, labels = 1L:12L,
32
          ylab = deparse(substitute(x)),
32
          ylab = deparse(substitute(x)),
33
          times = seq_along(x),
33
          times = seq_along(x),
34
          phase = (times - 1L)\%\%length(labels) + 1L, base = mean,
34
          phase = (times - 1L)\%\%length(labels) + 1L, base = mean,
35
          axes = TRUE, type = c("l", "h"), box = TRUE,
35
          axes = TRUE, type = c("l", "h"), box = TRUE,
36
          add = FALSE, 
36
          add = FALSE,
37
          col = par("col"), lty = par("lty"), lwd = par("lwd"), 
37
          col = par("col"), lty = par("lty"), lwd = par("lwd"),
38
          col.base = col, lty.base = lty, lwd.base = lwd, ...)
38
          col.base = col, lty.base = lty, lwd.base = lwd, ...)
39
}
39
}
40
\arguments{
40
\arguments{
41
  \item{x}{Time series or related object.}
41
  \item{x}{Time series or related object.}
42
  \item{labels}{Labels to use for each \sQuote{season}.}
42
  \item{labels}{Labels to use for each \sQuote{season}.}