The R Project SVN R

Rev

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

Rev 59039 Rev 61433
Line 22... Line 22...
22
    Student and Research Worker}.
22
    Student and Research Worker}.
23
  New York: Springer-Verlag.
23
  New York: Springer-Verlag.
24
}
24
}
25
\seealso{
25
\seealso{
26
  \code{\link{sunspot.month}} has a longer (and a bit different) series.
26
  \code{\link{sunspot.month}} has a longer (and a bit different) series.
27
} 
27
}
28
\examples{
28
\examples{
29
require(graphics)
29
require(graphics)
30
plot(sunspots, main = "sunspots data", xlab = "Year",
30
plot(sunspots, main = "sunspots data", xlab = "Year",
31
     ylab = "Monthly sunspot numbers")
31
     ylab = "Monthly sunspot numbers")
32
}
32
}