Nothing
## File Name: cdm_penalty_values_tlp.R
## File Version: 0.04
cdm_penalty_values_tlp <- function(x, tau )
{
y <- abs(x) / tau
y <- ifelse( y > 1, 1, y )
return(y)
}
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.