vector.generic.distribution <-
function (dist.vec, allow = F)
{
for (i in 1:length(dist.vec)) {
dist.vec[i] <- generic.distribution(dist.vec[i], allow = allow)
}
return(dist.vec)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.