Nothing
########################################################################
# find pattern names for 0-1-2 matrix as X.discret
##########
patternToString <- function(X.discret)
{
library(xtable)
W <- ncol(X.discret)
# words <- apply(X.discret,2,prettyNum)
words <- apply(X.discret,2,as.character)
l <- apply(words,1,paste,collapse="")
names(l) <- rownames(X.discret)
return(l)
}
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.