Nothing
## File Name: cdm_sumnorm.R
## File Version: 0.02
cdm_sumnorm <- function(vec, norm=1)
{
vec <- as.vector(vec)
res <- vec / sum(vec) * norm
return(res)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.