From 541e489bde0094267a5806021fdd1d96e272634b Mon Sep 17 00:00:00 2001 From: mdfrias Date: Wed, 17 Oct 2018 18:09:44 +0200 Subject: [PATCH] Add accents and help. --- DESCRIPTION | 4 ++-- NAMESPACE | 2 ++ inst/CITATION | 10 +++++----- man/cascadePlot.Rd | 4 ++-- man/side.density.Rd | 3 ++- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c0cde24..a42dcb6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -32,8 +32,8 @@ Version: 1.3.0 Date: 2018-10-17 Authors@R: as.person(c( "Santander Meteorology Group [cph]", - "Maria Dolores Frías [aut, cre]", - "Jesus Fernández [aut]", + "María Dolores Frías [aut, cre]", + "Jesús Fernández [aut]", "Maialen Iturbide [aut]", "Joaquín Bedia [aut]", "Max Tuni [ctb]", diff --git a/NAMESPACE b/NAMESPACE index 6f33107..3a28377 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -44,6 +44,7 @@ importFrom(grDevices,colorRampPalette) importFrom(grDevices,colors) importFrom(grDevices,gray) importFrom(grDevices,grey.colors) +importFrom(grDevices,rainbow) importFrom(grDevices,rgb) importFrom(graphics,abline) importFrom(graphics,axis) @@ -60,6 +61,7 @@ importFrom(graphics,plot) importFrom(graphics,plot.new) importFrom(graphics,points) importFrom(graphics,polygon) +importFrom(graphics,segments) importFrom(graphics,text) importFrom(graphics,title) importFrom(lattice,panel.grid) diff --git a/inst/CITATION b/inst/CITATION index 087e27b..522a0ce 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -1,13 +1,13 @@ bibentry(bibtype = "Article", title = "An R package to visualize and communicate uncertainty in seasonal climate prediction", - author = c(person(given = "M. Dolores", family = "Frias", role = "aut"), + author = c(person(given = "M. Dolores", family = "Frías", role = "aut"), person(given = "Maialen", family = "Iturbide", role = "aut"), person(given = "Rodrigo", family = "Manzanas", role = "aut"), - person(given = "Joaquin", family = "Bedia", role = "aut"), - person(given = "Jesus", family = "Fernandez", role = "aut"), + person(given = "Joaquín", family = "Bedia", role = "aut"), + person(given = "Jesús", family = "Fernández", role = "aut"), person(given = "Sixto", family = "Herrera", role = "aut"), - person(given = "Antonio S.", family = "Cofino", role = "aut"), - person(given = "Jose Manuel", family = "Gutierrez", role = "aut")), + person(given = "Antonio S.", family = "Cofiño", role = "aut"), + person(given = "Jose Manuel", family = "Gutiérrez", role = "aut")), journal = "Environmental Modelling & Software", volume = "99", pages = "101 - 110", diff --git a/man/cascadePlot.Rd b/man/cascadePlot.Rd index 946252d..66de503 100644 --- a/man/cascadePlot.Rd +++ b/man/cascadePlot.Rd @@ -57,7 +57,7 @@ cascadePlot(sdeltas, factors, multimip.stages, title=title, density.offset=2) \references{ Hawkins E. 2014. Climate Lab Book. http://www.climate-lab-book.ac.uk/2014/cascade-of-uncertainty -Fernandez, J., Frias, M.D., Cabos, W.D. et al. 2018. Consistency of climate change +Fernández, J., Frías, M.D., Cabos, W.D. et al. 2018. Consistency of climate change projections from multiple global and regional model intercomparison projects. Clim Dyn. https://doi.org/10.1007/s00382-018-4181-8 } \seealso{ @@ -68,7 +68,7 @@ Other visualization functions: \code{\link{bubblePlot}}, \code{\link{tercilePlot}} } \author{ -J. Fernandez \email{jesus.fernandez@unican.es} and M.D. Frias based on the +J. Fernández \email{jesus.fernandez@unican.es} and M.D. Frías based on the visualization proposed by Ed Hawkins on his Climate Lab Book http://www.climate-lab-book.ac.uk/2014/cascade-of-uncertainty } \concept{visualization functions} diff --git a/man/side.density.Rd b/man/side.density.Rd index eafe73b..e090b24 100644 --- a/man/side.density.Rd +++ b/man/side.density.Rd @@ -37,6 +37,7 @@ The function adds an estimate of the probability density function (PDF) } \details{ The function is intended for internal use only. The function adds the PDF to the cascade plot. - @author J. Fernandez and M.D. Frias + @author J. Fernández and M.D. Frías @keywords internal + @importFrom stats density }