Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Earth Sciences
s2dverification
Compare revisions
916233ce49c9c32db675a7f6f065f3ab767b8c6c...97d47194afe1bb08afc2cd5c878bb34fa01efe03
Show whitespace changes
Inline
Side-by-side
R/Trend.R
View file @
97d47194
...
@@ -41,9 +41,9 @@
...
@@ -41,9 +41,9 @@
#'
#'
#'@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 CRAN\cr
#'1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
#'2.0 - 2017-02 (A. Hunter
, \email{alasdair.hunter@@bsc.es}
) - Adapt to veriApply()
#'2.0 - 2017-02 (A. Hunter) - Adapt to veriApply()
#'@examples
#'@examples
#'# Load sample data as in Load() example:
#'# Load sample data as in Load() example:
#'example(Load)
#'example(Load)
...
...
R/UltimateBrier.R
View file @
97d47194
...
@@ -62,11 +62,11 @@
...
@@ -62,11 +62,11 @@
#'dimensions except for the ones pointed by 'posmemb' and 'posdates').
#'dimensions except for the ones pointed by 'posmemb' and 'posdates').
#'@keywords datagen
#'@keywords datagen
#'@author History:\cr
#'@author History:\cr
#'0.1 - 2015-05 (V. Guemas
\email{virginie.guemas@@bsc.es}
,\cr
#'0.1 - 2015-05 (V. Guemas,\cr
#' C. Prodhomme
\email{chloe.prodhomme@@bsc.es}
,\cr
#' C. Prodhomme,\cr
#' O. Bellprat
\email{omar.bellprat@@bsc.es}
\cr
#' O. Bellprat
,
\cr
#' V. Torralba
\email{veronica.torralba@@bsc.es}
\cr
#' V. Torralba
,
\cr
#' N. Manubens
, \email{nicolau.manubens@@bsc.es}
) - First version
#' N. Manubens) - First version
#'@examples
#'@examples
#'# See ?Load for an explanation on the first part of this example.
#'# See ?Load for an explanation on the first part of this example.
#' \dontrun{
#' \dontrun{
...
...
R/clim.palette.R
View file @
97d47194
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
#'
#'
#'@keywords datagen
#'@keywords datagen
#'@author History:\cr
#'@author History:\cr
#'0.0 - 2016-01 (N. Manubens
, \email{nicolau.manubens@@bsc.es}
) - Original code.
#'0.0 - 2016-01 (N. Manubens) - Original code.
#'@examples
#'@examples
#'lims <- seq(-1, 1, length.out = 21)
#'lims <- seq(-1, 1, length.out = 21)
#'
#'
...
...
R/s2dverification.R
View file @
97d47194
...
@@ -22,6 +22,6 @@
...
@@ -22,6 +22,6 @@
#'
#'
#'@name s2dverification
#'@name s2dverification
#'@docType package
#'@docType package
#'@author Nicolau Manubens
\email{nicolau.manubens@bsc.es}
#'@author Nicolau Manubens
#'@keywords package datagen dynamic
#'@keywords package datagen dynamic
"_PACKAGE"
"_PACKAGE"
R/sampleDepthData.R
View file @
97d47194
...
@@ -23,6 +23,6 @@
...
@@ -23,6 +23,6 @@
#'sampleDepthData$lat is an array with the 21 latitudes covered by the data.\cr\cr
#'sampleDepthData$lat is an array with the 21 latitudes covered by the data.\cr\cr
#'@name sampleDepthData
#'@name sampleDepthData
#'@docType data
#'@docType data
#'@author Nicolau Manubens
\email{nicolau.manubens@bsc.es}
#'@author Nicolau Manubens
#'@keywords data
#'@keywords data
sampleDepthData
<-
function
(){}
sampleDepthData
<-
function
(){}
R/sampleMap.R
View file @
97d47194
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
#'
#'
#' @name sampleMap
#' @name sampleMap
#' @docType data
#' @docType data
#' @author Nicolau Manubens
\email{nicolau.manubens@bsc.es}
#' @author Nicolau Manubens
#' @keywords datasets
#' @keywords datasets
sampleMap
<-
function
(){}
sampleMap
<-
function
(){}
R/sampleTimeSeries.R
View file @
97d47194
...
@@ -43,6 +43,6 @@
...
@@ -43,6 +43,6 @@
#'
#'
#' @name sampleTimeSeries
#' @name sampleTimeSeries
#' @docType data
#' @docType data
#' @author Nicolau Manubens
\email{nicolau.manubens@bsc.es}
#' @author Nicolau Manubens
#' @keywords datasets
#' @keywords datasets
sampleTimeSeries
<-
function
(){}
sampleTimeSeries
<-
function
(){}
man/ACC.Rd
View file @
97d47194
...
@@ -111,12 +111,12 @@ Joliffe and Stephenson (2012). Forecast Verification: A
...
@@ -111,12 +111,12 @@ Joliffe and Stephenson (2012). Forecast Verification: A
}
}
\author{
\author{
History:\cr
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\cr
1.0 - 2013-09 (N. Manubens) - Formatting to CRAN\cr
1.1 - 2013-09 (C. Prodhomme
, \email{chloe.prodhomme@bsc.es}
) - optimization\cr
1.1 - 2013-09 (C. Prodhomme) - optimization\cr
1.2 - 2014-08 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Bug-fixes: handling of NA & selection of domain + Simplification of code\cr
1.2 - 2014-08 (V. Guemas) - Bug-fixes: handling of NA & selection of domain + Simplification of code\cr
1.3.0 - 2014-08 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Boostrapping over members\cr
1.3.0 - 2014-08 (V. Guemas) - Boostrapping over members\cr
1.3.1 - 2014-09 (C. Prodhomme
, \email{chloe.prodhomme@bsc.es}
) - Add comments and minor style changes\cr
1.3.1 - 2014-09 (C. Prodhomme) - Add comments and minor style changes\cr
1.3.2 - 2015-02 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - Fixed ACC documentation and examples
1.3.2 - 2015-02 (N. Manubens) - Fixed ACC documentation and examples
}
}
\keyword{datagen}
\keyword{datagen}
man/Alpha.Rd
View file @
97d47194
...
@@ -38,7 +38,7 @@ print(alpha)
...
@@ -38,7 +38,7 @@ print(alpha)
}
}
\author{
\author{
History:\cr
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
}
}
\keyword{datagen}
\keyword{datagen}
man/AnimateMap.Rd
View file @
97d47194
...
@@ -209,8 +209,8 @@ AnimateMap(rms, sampleData$lon, sampleData$lat, toptitle =
...
@@ -209,8 +209,8 @@ AnimateMap(rms, sampleData$lon, sampleData$lat, toptitle =
}
}
\
author
{
\
author
{
History
:\
cr
History
:\
cr
1.0
-
2012
-
04
(
V
.
Guemas
,
\
email
{
virginie
.
guemas
@
bsc
.
es
}
)
-
Original
code
\
cr
1.0
-
2012
-
04
(
V
.
Guemas
)
-
Original
code
\
cr
1.1
-
2014
-
04
(
N
.
Manubens
,
\
email
{
nicolau
.
manubens
@
bsc
.
es
}
)
-
Formatting
to
CRAN
\
cr
1.1
-
2014
-
04
(
N
.
Manubens
)
-
Formatting
to
CRAN
\
cr
1.2
-
2015
-
05
(
V
.
Guemas
,
\
email
{
virginie
.
guemas
@
bsc
.
es
}
)
-
Use
of
PlotEquiMap
and
PlotStereoMap
1.2
-
2015
-
05
(
V
.
Guemas
)
-
Use
of
PlotEquiMap
and
PlotStereoMap
}
}
\
keyword
{
dynamic
}
\
keyword
{
dynamic
}
man/Ano.Rd
View file @
97d47194
...
@@ -45,7 +45,7 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates,
...
@@ -45,7 +45,7 @@ PlotAno(smooth_ano_exp, smooth_ano_obs, startDates,
}
}
\author{
\author{
History:\cr
History:\cr
0.1 - 2012-03 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Original code\cr
0.1 - 2012-03 (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
}
}
\keyword{datagen}
\keyword{datagen}
man/Ano_CrossValid.Rd
View file @
97d47194
...
@@ -39,7 +39,7 @@ PlotAno(anomalies$ano_exp, anomalies$ano_obs, startDates,
...
@@ -39,7 +39,7 @@ PlotAno(anomalies$ano_exp, anomalies$ano_obs, startDates,
}
}
\author{
\author{
History:\cr
History:\cr
0.1 - 2011-12 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Original code\cr
0.1 - 2011-12 (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
}
}
\keyword{datagen}
\keyword{datagen}
man/ArrayToNetCDF.Rd
View file @
97d47194
...
@@ -235,6 +235,6 @@ ArrayToNetCDF(list(tos, lon, lat), 'tmp.nc')
...
@@ -235,6 +235,6 @@ ArrayToNetCDF(list(tos, lon, lat), 'tmp.nc')
}
}
\author{
\author{
History:\cr
History:\cr
0.0 - 2017-01 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - Original code.
0.0 - 2017-01 (N. Manubens) - Original code.
}
}
\keyword{datagen}
\keyword{datagen}
man/BrierScore.Rd
View file @
97d47194
...
@@ -95,6 +95,6 @@ Ferro and Fricker (2012). A bias-corrected decomposition of the BS.
...
@@ -95,6 +95,6 @@ Ferro and Fricker (2012). A bias-corrected decomposition of the BS.
\author{
\author{
History:\cr
History:\cr
0.1 - 2012-04 (L. Rodrigues) - Original code\cr
0.1 - 2012-04 (L. Rodrigues) - Original code\cr
0.2 - 2017-02 (A. Hunter
, \email{alasdair.hunter@bsc.es}
) - Adapted to veriApply()
0.2 - 2017-02 (A. Hunter) - Adapted to veriApply()
}
}
\keyword{datagen}
\keyword{datagen}
man/CDORemap.Rd
View file @
97d47194
...
@@ -232,6 +232,6 @@ tas2 <- CDORemap(tas, lon, lat, 'external_file.nc', 'bil')
...
@@ -232,6 +232,6 @@ tas2 <- CDORemap(tas, lon, lat, 'external_file.nc', 'bil')
}
}
\author{
\author{
History:\cr
History:\cr
0.0 - 2017-01 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - Original code.
0.0 - 2017-01 (N. Manubens) - Original code.
}
}
\keyword{datagen}
\keyword{datagen}
man/Clim.Rd
View file @
97d47194
...
@@ -59,7 +59,7 @@ PlotClim(clim$clim_exp, clim$clim_obs,
...
@@ -59,7 +59,7 @@ PlotClim(clim$clim_exp, clim$clim_obs,
}
}
\author{
\author{
History:\cr
History:\cr
0.9 - 2011-03 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Original code\cr
0.9 - 2011-03 (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
}
}
\keyword{datagen}
\keyword{datagen}
man/Cluster.Rd
View file @
97d47194
...
@@ -119,6 +119,6 @@ Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire,
...
@@ -119,6 +119,6 @@ Wilks, 2011, Statistical Methods in the Atmospheric Sciences, 3rd ed., Elsevire,
}
}
\author{
\author{
History:\cr
History:\cr
1.0 # 2014-10 (N.S. Fuckar
, \email{neven.fuckar@bsc.es}
) - Original code
1.0 # 2014-10 (N.S. Fuckar) - Original code
}
}
\keyword{datagen}
\keyword{datagen}
man/ColorBar.Rd
View file @
97d47194
...
@@ -194,11 +194,11 @@ ColorBar(lims, cols)
...
@@ -194,11 +194,11 @@ ColorBar(lims, cols)
}
}
\author{
\author{
History:\cr
History:\cr
0.1 - 2012-04 (V. Guemas
, \email{virginie.guemas@bsc.es}
) - Original code\cr
0.1 - 2012-04 (V. Guemas) - Original code\cr
0.2 - 2013-04 (I. Andreu-Burillo
, \email{isabel.andreu-burillo@bsc.es}
) - Vert option\cr
0.2 - 2013-04 (I. Andreu-Burillo) - Vert option\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.1 - 2013-09 (C. Prodhomme
, \email{chloe.prodhomme@bsc.es}
) - Add cex option\cr
1.1 - 2013-09 (C. Prodhomme) - Add cex option\cr
1.2 - 2016-08 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - New ColorBar\cr
1.2 - 2016-08 (N. Manubens) - New ColorBar\cr
(V. Torralba
, \email{veronica.torralba@bsc.es}
)
(V. Torralba)
}
}
\keyword{hplot}
\keyword{hplot}
man/Composite.Rd
View file @
97d47194
...
@@ -88,6 +88,6 @@ res <- Composite(data, occ, K = 4)
...
@@ -88,6 +88,6 @@ res <- Composite(data, occ, K = 4)
}
}
\author{
\author{
History:
History:
0.1 # 2014-08 (N.S. Fuckar
, \email{neven.fuckar@bsc.es}
) # Original code
0.1 # 2014-08 (N.S. Fuckar) # Original code
}
}
\keyword{datagen}
\keyword{datagen}
man/ConfigApplyMatchingEntries.Rd
View file @
97d47194
...
@@ -76,7 +76,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition,
...
@@ -76,7 +76,7 @@ ConfigApplyMatchingEntries, ConfigEditDefinition,
}
}
\author{
\author{
History:\cr
History:\cr
0.1 - 2015-05 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - First version\cr
0.1 - 2015-05 (N. Manubens) - First version\cr
1.0 - 2015-11 (N. Manubens
, \email{nicolau.manubens@bsc.es}
) - Removed grid column and storage types
1.0 - 2015-11 (N. Manubens) - Removed grid column and storage types
}
}
\keyword{datagen}
\keyword{datagen}
Prev
1
2
3
4
5
6
7
Next