...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2011-11 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2011-11 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
#'@examples #'@examples
#'#'# Load sample data as in Load() example: #'#'# Load sample data as in Load() example:
#'example(Load) #'example(Load)
......
...@@ -62,11 +62,11 @@ ...@@ -62,11 +62,11 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2011-04 (V. Guemas, \email{vguemas@@bsc.es}) - Original code\cr #' 0.1 - 2011-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN\cr #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2014-10 (M. Menegoz, \email{martin.menegoz@@bsc.es}) - Adding siglev argument\cr #'1.1 - 2014-10 (M. Menegoz) - Adding siglev argument\cr
#'1.2 - 2015-03 (L.P. Caron, \email{louis-philippe.caron@@bsc.es}) - Adding method argument\cr #'1.2 - 2015-03 (L.P. Caron) - Adding method argument\cr
#'1.3 - 2017-02 (A. Hunter, \email{alasdair.hunter@@bsc.es}) - Adapted to veriApply() #'1.3 - 2017-02 (A. Hunter) - Adapted to veriApply()
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
#'example(Load) #'example(Load)
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#' 1- Reversion of latitudes in the weights\cr #' 1- Reversion of latitudes in the weights\cr
#' 2- Correlation matrix was used instead of covariance\cr #' 2- Correlation matrix was used instead of covariance\cr
#' 3- Double use of the weights\cr #' 3- Double use of the weights\cr
#'0.3 - 2014-03 (Virginie Guemas, \email{virginie.guemas@@bsc.es}) - Bug-fixes:\cr #'0.3 - 2014-03 (Virginie Guemas) - Bug-fixes:\cr
#' 1- Weight computation - division by sum of cos(lat)\cr #' 1- Weight computation - division by sum of cos(lat)\cr
#' 2- Shuffling of EOFs in EOF.2 intermediate vector\cr #' 2- Shuffling of EOFs in EOF.2 intermediate vector\cr
#' 3- Crash when neofs = 1 sorted out\cr #' 3- Crash when neofs = 1 sorted out\cr
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
#' 1- BIG cleanup of code and clarification\cr #' 1- BIG cleanup of code and clarification\cr
#' 2- Reduction of the number of transpositions and associated bug-fixes\cr #' 2- Reduction of the number of transpositions and associated bug-fixes\cr
#' 4- Remove of the obsolete LINPACK options\cr #' 4- Remove of the obsolete LINPACK options\cr
#'0.5 - 2014-04 (Virginie Guemas, \email{virginie.guemas@@bsc.es}) - Fixes:\cr #'0.5 - 2014-04 (Virginie Guemas) - Fixes:\cr
#' 1- Bug-fix in dimensions handling EOF composition restitutes now the #' 1- Bug-fix in dimensions handling EOF composition restitutes now the
#'original field in all cases\cr #'original field in all cases\cr
#' 2- Simplification of the convention transpose\cr #' 2- Simplification of the convention transpose\cr
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
#'weighted by cos(lat)\cr #'weighted by cos(lat)\cr
#' 7- Division of EOF by weights so that the reconstruction is simply #' 7- Division of EOF by weights so that the reconstruction is simply
#'EOF * PC\cr #'EOF * PC\cr
#'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #'1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN
#' #'
#'@examples #'@examples
#'# See examples on Load() to understand the first lines in this example #'# See examples on Load() to understand the first lines in this example
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#' 0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #' 0.1 - 2011-03 (V. Guemas) - Original code\cr
#' 1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN\cr #' 1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#' 1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Improved\cr #' 1.1 - 2015-03 (N. Manubens) - Improved\cr
#'@examples #'@examples
#'data <- array(1, c(2, 2, 3)) #'data <- array(1, c(2, 2, 3))
#'print(dim(Enlarge(data, 5))) #'print(dim(Enlarge(data, 5)))
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-05 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2011-05 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
#'@examples #'@examples
#'# See examples on Load() to understand the first lines in this example #'# See examples on Load() to understand the first lines in this example
#' \dontrun{ #' \dontrun{
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
#' American Meteorological Society, 95 (11), 1666-1667. #' American Meteorological Society, 95 (11), 1666-1667.
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2012-06 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #'0.1 - 2012-06 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'# See examples on Load() to understand the first lines in this example #'# See examples on Load() to understand the first lines in this example
#' \dontrun{ #' \dontrun{
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2012-02 (V. Guemas) - Original code\cr
#'1.0 - 2012-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'1.0 - 2012-02 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
#'example(Load) #'example(Load)
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2012-06 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr #'0.1 - 2012-06 (L. Auger) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'series <- GenSeries(1000, 0.35, 2, 1) #'series <- GenSeries(1000, 0.35, 2, 1)
#'estacf <- acf(series[951:1000], plot = FALSE)$acf #'estacf <- acf(series[951:1000], plot = FALSE)$acf
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2012-02 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2012-02 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'series <- GenSeries(1000, 0.35, 2, 1) #'series <- GenSeries(1000, 0.35, 2, 1)
#'estacf <- acf(series[951:1000], plot = FALSE)$acf #'estacf <- acf(series[951:1000], plot = FALSE)$acf
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2012-04 (L. Auger, \email{ludovic.auger@meteo.fr}) - Original code\cr #'0.1 - 2012-04 (L. Auger) - Original code\cr
#'1.0 - 2012-04 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'1.0 - 2012-04 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'series <- GenSeries(1000, 0.35, 2, 1) #'series <- GenSeries(1000, 0.35, 2, 1)
#'plot(series, type = 'l') #'plot(series, type = 'l')
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2011-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improved #'1.1 - 2015-03 (N. Manubens) - Improved
#'@examples #'@examples
#'indices <- IniListDims(c(2, 2, 4, 3), 6) #'indices <- IniListDims(c(2, 2, 4, 3), 6)
#'print(indices) #'print(indices)
......
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to R CRAN\cr #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements #'1.1 - 2015-03 (N. Manubens) - Improvements
#'@examples #'@examples
#'a <- array(rnorm(15), dim = c(3, 1, 5, 1)) #'a <- array(rnorm(15), dim = c(3, 1, 5, 1))
#'print(dim(a)) #'print(dim(a))
......
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-03 (V. Guemas, \email{vguemas@bsc.es}) - Original code\cr #'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'print(LeapYear(1990)) #'print(LeapYear(1990))
#'print(LeapYear(1991)) #'print(LeapYear(1991))
......
...@@ -672,11 +672,11 @@ ...@@ -672,11 +672,11 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Original code\cr #'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Formatting to CRAN\cr #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
#'1.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Generalisation + parallelisation\cr #'1.2 - 2015-02 (N. Manubens) - Generalisation + parallelisation\cr
#'1.3 - 2015-07 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Improvements related to configuration file mechanism\cr #'1.3 - 2015-07 (N. Manubens) - Improvements related to configuration file mechanism\cr
#'1.4 - 2016-01 (N. Manubens, \email{nicolau.manubens@bsc.es}) - Added subsetting capabilities #'1.4 - 2016-01 (N. Manubens) - Added subsetting capabilities
#'@examples #'@examples
#'# Let's assume we want to perform verification with data of a variable #'# Let's assume we want to perform verification with data of a variable
#'# called 'tos' from a model called 'model' and observed data coming from #'# called 'tos' from a model called 'model' and observed data coming from
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#' #'
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-04 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #'0.1 - 2011-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN
#'@examples #'@examples
#'a <- array(rnorm(24), dim = c(2, 3, 4)) #'a <- array(rnorm(24), dim = c(2, 3, 4))
#'print(a) #'print(a)
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-04 (V. Guemas) - Original code\cr #'0.1 - 2011-04 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN\cr #'1.0 - 2013-09 (N. Manubens) - Formatting to R CRAN\cr
#'1.1 - 2015-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Improved memory usage #'1.1 - 2015-03 (N. Manubens) - Improved memory usage
#'@examples #'@examples
#'a <- array(rnorm(24), dim = c(2, 3, 4)) #'a <- array(rnorm(24), dim = c(2, 3, 4))
#'print(a) #'print(a)
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#'@keywords datagen #'@keywords datagen
#'@author History:\cr #'@author History:\cr
#'0.1 - 2013-08 (F. Lienert) - Original code\cr #'0.1 - 2013-08 (F. Lienert) - Original code\cr
#'0.2 - 2014-03 (V. Guemas, \email{virginie.guemas@bsc.es}) - Removing the #'0.2 - 2014-03 (V. Guemas) - Removing the
#' rotation\cr #' rotation\cr
#'0.3 - 2014-05 (L. Batte) - Changes to #'0.3 - 2014-05 (L. Batte) - Changes to
#' simplify function and add Pobs and Pmod options for NAO projection #' simplify function and add Pobs and Pmod options for NAO projection
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
#'0.4 - 2015-03 (L. Batte) - Polarity #'0.4 - 2015-03 (L. Batte) - Polarity
#' check and correction is wrong. Switched to have a negative NAO index when the #' check and correction is wrong. Switched to have a negative NAO index when the
#' anomaly pattern corresponds to NAO-. #' anomaly pattern corresponds to NAO-.
#'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@bsc.es}) - #'1.0 - 2016-03 (N. Manubens) -
#' Formatted to CRAN #' Formatted to CRAN
#'@references #'@references
#'Doblas-Reyes, F.J., Pavan, V. and Stephenson, D. (2003). The skill of #'Doblas-Reyes, F.J., Pavan, V. and Stephenson, D. (2003). The skill of
......
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
#' #'
#'@keywords dynamic #'@keywords dynamic
#'@author History:\cr #'@author History:\cr
#'0.1 - 2013-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #'0.1 - 2013-08 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'# See examples on Load() to understand the first lines in this example #'# See examples on Load() to understand the first lines in this example
#' \dontrun{ #' \dontrun{
......
...@@ -54,8 +54,8 @@ ...@@ -54,8 +54,8 @@
#' #'
#'@keywords dynamic #'@keywords dynamic
#'@author History:\cr #'@author History:\cr
#'0.1 - 2011-03 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Original code\cr #'0.1 - 2011-03 (V. Guemas) - Original code\cr
#'1.0 - 2013-09 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to CRAN #'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN
#'@examples #'@examples
#'# Load sample data as in Load() example: #'# Load sample data as in Load() example:
#'example(Load) #'example(Load)
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
#'0.1 - 2013-09 (F. Lienert) - Original code\cr #'0.1 - 2013-09 (F. Lienert) - Original code\cr
#'0.2 - 2015-03 (L. Batte) - Removed all\cr #'0.2 - 2015-03 (L. Batte) - Removed all\cr
#' normalization for sake of clarity. #' normalization for sake of clarity.
#'1.0 - 2016-03 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Formatting to R CRAN #'1.0 - 2016-03 (N. Manubens) - Formatting to R CRAN
#'@examples #'@examples
#'# See examples on Load() to understand the first lines in this example #'# See examples on Load() to understand the first lines in this example
#' \dontrun{ #' \dontrun{
......