#' Description #' #' @export tot.rmse = function(o, h_exp, h_obs, i) { tot = rmse(h_exp[,i], h_obs[o,i]) return(tot) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.