.rnbinom.hhsmm <- function(n,size,prob,shift) {
if(shift<0) stop(".dnbinom.hhsmm: shift must be > 0")
rnbinom(n,size,prob) + shift
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.