Nothing
`pos2Nhits` <-
function(input,w=300L,l){
input<-input[input>=1L & input+w<=l]
lq=length(input)
Nhits<-rep.int(0L,l)
Nhits<-.C("pos2Nhits", pos =as.integer(input),lpos=as.integer(lq), Nhits=as.integer(Nhits),w=as.integer(w),l=as.integer(l), PACKAGE="CSAR" )$Nhits
rm(input,lq);gc(verbose=FALSE)
return(Nhits)
}
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.