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