Nothing
vec2label <-
function(vec ){
## always renumber
vec = fgl2vec( vec )
## calculate valid label
n = length(vec)
label = 0
for( i in 0:(n-1)){
label = label*i + (vec[i+1] - 1)
}
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.