Nothing
plot_ClaDS_chains = function(sampler,burn=1/2,thin=1,param=c("sigma","alpha","mu","LP")){
nR=nrow(sampler$chains[[1]])
npar=ncol(sampler$chains[[1]])-2
rows =seq(max(1,floor(nR*(burn))),nR,by = thin)
plot(mcmc.list(lapply(sampler$chains,function(x){mcmc(x[rows,param])})))
}
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.