11% File src / library / datasets / man / sunspot.month.Rd
22% Part of the R package , https : // www.R - project.org
3- % Copyright 1995 - 2014 R Core Team
3+ % Copyright 1995 - 2024 R Core Team
44% Distributed under GPL 2 or later
55
66\name {sunspot.month }
7+ \title {Monthly Sunspot Data , from 1749 to " Present" }
78\docType {data }
9+ \encoding {UTF - 8 }
810\alias {sunspot.month }
9- \title {Monthly Sunspot Data , from 1749 to " Present" }
1011\description {
1112 Monthly numbers of sunspots , as from the World Data Center , aka \abbr {SIDC }.
1213 This is the version of the data that will occasionally be updated when
@@ -17,27 +18,45 @@ sunspot.month
1718}
1819\format {
1920 The univariate time series \code {sunspot.year } and
20- \code {sunspot.month } contain 289 and 2988 observations , respectively.
21- The objects are of class \code {" ts" }.
21+ \code {sunspot.month } contain 289 and
22+ 3177
23+ observations , respectively , where the latter will increase over time.
24+ The objects are of class \code {" \l ink{ts}" }.
2225}
2326\seealso {
24- \code {sunspot.month } is a longer version of \code {\link {sunspots }};
27+ \code {sunspot.month } is a more up - to - date and hence also longer version of
28+ \code {\link {sunspots }};
2529 the latter runs until 1983 and is kept fixed (for reproducibility as example
2630 dataset ).
2731}
2832\source {
2933 \I {WDC - SILSO }, Solar Influences Data Analysis Center (\abbr {SIDC }),
3034 Royal Observatory of Belgium , Av. Circulaire , 3 , B - 1180 BRUSSELS
31- Currently at \url {http : // www.sidc.be / silso / datafiles }% was http : // sidc.oma.be / sunspot - data /
35+ Currently at \url {https : // www.sidc.be / SILSO / datafiles }% was
36+ % http : // www.sidc.be / silso / datafiles , and http : // sidc.oma.be / sunspot - data /
37+
38+ From around 2015 , expert astronomers decided to recalibrate historical sunspot
39+ numbers , see the \sQuote {References }.
40+ This is \emph {not yet } visible in current \code {sunspot.month } but
41+ may well change by the next release of \R.
42+ }
43+ \references {
44+ Clette , \enc {Fr éd éric }{Frederic } and \enc {Lef èvre }{Lefevre }, Laure (2016 )
45+ The New Sunspot Number : Assembling All Corrections.
46+ \emph {Solar Physics } \bold {291 }, 2629 -- 2651 . \doi {10.1007 / s11207 - 016 - 1014 - y }
47+
48+ Clette , F . , \enc {Lef èvre }{Lef `evre }, L. , Chatzistergos , T . et al. (2023 )
49+ Recalibration of the Sunspot - Number : Status Report.
50+ \emph {Solar Physics } \bold {298 }: 44 . \doi {10.1007 / s11207 - 023 - 02136 - 3 }
3251}
3352\author {
34- R
53+ R Core Team.
3554}
3655\examples {
3756require(stats ); require(graphics )
3857# # Compare the monthly series
3958plot (sunspot.month ,
40- main = " sunspot.month & sunspots [package'datasets']" , col = 2 )
59+ main = " sunspot.month & sunspots [package 'datasets']" , col = 2 )
4160lines(sunspots ) # -> faint differences where they overlap
4261
4362# # Now look at the difference :
@@ -60,5 +79,6 @@ cbind(i = i, time = time(sunspots)[i], sunspots = s1, ss.month = s2,
6079ssm0 <- sunspot.month [1 : 2988 ]
6180with(as.data.frame(.sunspot.diff ), ssm0 [i ] <<- ssm0 [i ] - res10 / 10 )
6281sunspot.month.0 <- ts(ssm0 , start = 1749 , frequency = 12 )
82+ stopifnot(length(sunspot.month.0 ) == 2988 )
6383}
6484\keyword {datasets }
0 commit comments