Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Feb 7, 2017
1 parent 496824e commit a1e2e05
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
ignore
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Suggests:
visualizeR
Type: Package
Title: Climate data post-processing
Version: 0.0-3
Date: 2017-01-21
Version: 0.0-4
Date: 2017-02-07
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [aut]",
"Joaquin Bedia <[email protected]> [ctb, cre]",
Expand Down
5 changes: 1 addition & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
transformeR 0.0-3
=================

* New feature `bindGrid.time` for multiple grid binding along 'time' dimension.
* `makeMultiGrid` now accepts a list as input
* Bug fix in PC2grid when `scale` is set to TRUE
* Minor bug fix in `subsetGrid` for single-year selections in annually aggregated datasets
* Yet another minor bug fix in `subsetGrid` for single-year selections in annually aggregated datasets
* Other minor changes and documentation updates


Expand Down
8 changes: 4 additions & 4 deletions R/easyVeri2grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@


#' @title easyVerification matrix to climatological grid conversion
#' @description Convert a xyz-type score matrix as returned by \code{veriApply} to a climatological grid
#' @param easyVeri.mat A matrix containing the verification score,
#' @description Convert a xyz-type verification matrix as returned by \code{veriApply} to a climatological grid
#' @param easyVeri.mat A matrix containing the verification measure,
#' as returned by \code{\link[easyVerification]{veriApply}}
#' @param obs.grid The grid containing the verifying observations used in the call to \code{veryApply}
#' @param obs.grid The grid containing the verifying reference used in the call to \code{veryApply}
#' producing the score matrix.
#' @param verifun Optional. Character string indicating the value of the \code{verifun} value. Just for
#' @param verifun Optional. Character string indicating the value of the \code{verifun} argument. Just for
#' a better traceability and metadata completeness.
#' @return A climatological grid.
#' @seealso \code{\link{climatology}}, \code{\link{plotClimatology}}.
Expand Down
8 changes: 4 additions & 4 deletions man/easyVeri2grid.Rd

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

0 comments on commit a1e2e05

Please sign in to comment.