#' Description #' #' @export tot.cor = function(o, w_exp, w_obs) { tot = sum(evalCOSDIST(w_exp, w_obs[,o])) 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.