Nothing
lex2label <-
function( lex, ngam ){
## lex can be a vector
all.lex <- allLex( ngam )
label <- numeric( length( lex ))
for(i in 1:length(lex)) label[i] <- which( all.lex == lex[i] )
label <- label -1 ## indexing needs to start at 0
return( label )
}
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.