The R Project SVN R

Rev

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

Rev 68948 Rev 77594
Line 14... Line 14...
14
\description{
14
\description{
15
  Plots a cumulative periodogram.
15
  Plots a cumulative periodogram.
16
}
16
}
17
\usage{
17
\usage{
18
cpgram(ts, taper = 0.1,
18
cpgram(ts, taper = 0.1,
19
       main = paste("Series: ", deparse(substitute(ts))),
19
       main = paste("Series: ", deparse1(substitute(ts))),
20
       ci.col = "blue")
20
       ci.col = "blue")
21
}
21
}
22
\arguments{
22
\arguments{
23
  \item{ts}{a univariate time series}
23
  \item{ts}{a univariate time series}
24
  \item{taper}{proportion tapered in forming the periodogram}
24
  \item{taper}{proportion tapered in forming the periodogram}