Nothing
.rnbinom.hhsmm <- function(n,size,prob,shift) {
if(shift<0) stop(".dnbinom.hhsmm: shift must be > 0")
rnbinom(n,size,prob) + shift
}
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.