The R Project SVN R

Rev

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

Rev 68948 Rev 88710
Line 13... Line 13...
13
\usage{JohnsonJohnson}
13
\usage{JohnsonJohnson}
14
\format{
14
\format{
15
  A quarterly time series
15
  A quarterly time series
16
}
16
}
17
\source{
17
\source{
18
  Shumway, R. H. and Stoffer, D. S. (2000)
18
  \bibinfo{R:Shumway+Stoffer:2000}{note}{Example 1.1}
19
  \emph{Time Series Analysis and its Applications}.
-
 
20
  Second Edition.  Springer.  Example 1.1.
19
  \bibshow{R:Shumway+Stoffer:2000}
21
}
20
}
22
\examples{\donttest{
21
\examples{\donttest{
23
require(stats); require(graphics)
22
require(stats); require(graphics)
24
JJ <- log10(JohnsonJohnson)
23
JJ <- log10(JohnsonJohnson)
25
plot(JJ)
24
plot(JJ)