## File Name: frm_normalize_vector.R
## File Version: 0.02
frm_normalize_vector <- function(vec)
{
res <- vec / sum(vec)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.