R/ME.R

Defines functions me

Documented in me

#' Mean Error
#' 
#' See \code{hydroGOF::\link[hydroGOF]{me}} for more information.
#' 
#' @importFrom hydroGOF me me.default me.data.frame me.matrix me.zoo
#' @export
me <- function(sim, obs, ...){
  hydroGOF::me(sim, obs, ...)
}
rogiersbart/rtoolz documentation built on Aug. 20, 2020, 2:48 p.m.