Nothing
attachDistroAttributes <- function(sample, family, parms) {
if (length(attributes(sample)) == 1) {
family_attributes <- valid_fam_parm[[family]]
attr(sample, "parameters") <- parms[family_attributes$parms]
attr(sample, "truncation_limits") <- parms[c("a", "b")]
attr(sample, "continuous") <- family_attributes$cont
}
sample
}
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.