R/nse.R

Defines functions nse

Documented in nse

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