Nothing
## File Name: cdm_matrix1.R
## File Version: 0.02
cdm_matrix1 <- function( x, ncol )
{
x <- as.vector(x)
y <- matrix( x, nrow=length(x), ncol=ncol, byrow=FALSE )
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.