Nothing
ComplPos <-
function(pos, T, type='Pos')
{
if (max(pos)>T) stop('All the positions in pos must be lower or equal than T')
Npos<-rep(0,T)
if (type=='Pos') Npos[pos]<-pos
if (type=='Bin') Npos[pos]<-1
return(Npos)
}
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.