Nothing
label2lex <-
function(label, ngam){
## label can be a vector
all.lex <- allLex( ngam )
lex <- all.lex[ label+1 ] ## need to +1 as label starts at zero
return( lex )
}
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.