Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
Doc update
  • Loading branch information
mdfrias committed May 9, 2017
2 parents 0e35e86 + 4a0e19b commit 7868d41
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 44 deletions.
1 change: 0 additions & 1 deletion R/as.MrEnsemble.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#'
#' @author M.D. Frias \email{mariadolores.frias@@unican.es}, J. Fernandez and Max Tuni
#'
#' @family VisualizeR


as.MrEnsemble <- function(obj.s3){
Expand Down
1 change: 0 additions & 1 deletion R/as.MrGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#'
#' @author M.D. Frias \email{mariadolores.frias@@unican.es}, J. Fernandez and Max Tuni
#'
#' @family VisualizeR

as.MrGrid <- function(obj.s3){
lons <- obj.s3$xyCoords$x
Expand Down
3 changes: 1 addition & 2 deletions R/as.MrStation.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
#' For gridded data sets with more than one ensemble member use as.MrEnsemble function.
#'
#' @author M.D. Frias \email{mariadolores.frias@@unican.es}, J. Fernandez and Max Tuni
#'
#' @family VisualizeR
#'

as.MrStation <- function(obj.s3){
lons <- obj.s3$xyCoords[,1]
Expand Down
2 changes: 1 addition & 1 deletion R/bubblePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
#' @author M.D. Frias \email{mariadolores.frias@@unican.es} and J. Fernandez based on the original diagram
#' conceived by Slingsby et al (2009).
#'
#' @family VisualizeR
#' @family visualization functions
#'
#' @references
#' Jolliffe, I. T. and Stephenson, D. B. 2003. Forecast Verification: A Practitioner's Guide in Atmospheric
Expand Down
3 changes: 3 additions & 0 deletions R/reliabilityCategories.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
#' @importFrom sp SpatialPoints SpatialPolygons Polygons Polygon over
#' @importFrom graphics plot.new abline polygon text grid title
#' @import lattice
#'
#' @family visualization functions
#'
#' @references Weisheimer, A., Palmer, T.N., 2014. On the reliability of seasonal climate forecasts. Journal of The Royal Society Interface 11, 20131162. doi:10.1098/rsif.2013.1162


Expand Down
2 changes: 1 addition & 1 deletion R/spreadPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#'
#' @author M.D. Frias \email{mariadolores.frias@@unican.es} and J. Fernandez
#'
#' @family VisualizeR
#' @family visualization functions

spreadPlot <- function(hindcast, forecast=NULL, year.target = NULL, detrend = FALSE, boxplot=TRUE, violin = FALSE, add.points=FALSE, pch=NULL) {
# Check data dimension from the original data sets
Expand Down
2 changes: 1 addition & 1 deletion R/tercileBarplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

#' @author M.D. Frias \email{mariadolores.frias@@unican.es} and J. Fernandez
#'
#' @family VisualizeR
#' @family visualization functions
#'
#' @references
#' Jolliffe, I. T. and Stephenson, D. B. 2003. Forecast Verification: A Practitioner's Guide in
Expand Down
2 changes: 1 addition & 1 deletion R/tercilePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#' @author M.D. Frias\email{mariadolores.frias@@unican.es} and J. Fernandez based on the original diagram
#' conceived by A. Cofino (See Diez et al, 2011 for more details).
#'
#' @family visualizeR
#' @family visualization functions
#'
#' @references
#' Diez, E., Orfila, B., Frias, M.D., Fernandez, J., Cofino, A.S., Gutierrez, J.M., 2011.
Expand Down
6 changes: 0 additions & 6 deletions man/as.MrEnsemble.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions man/as.MrGrid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions man/as.MrStation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/bubblePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions man/convertIntoS4.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/reliabilityCategories.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/spreadPlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/tercileBarplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/tercilePlot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7868d41

Please sign in to comment.