#' Calculate coefficient of variation
#'
#' @param x Vector of indicator values.
calc.CV <-
function(x)
{
sqrt(calc.VAR(x))/mean(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.