createBlankChainHolders = function(specs, options){
blankChain = matrix(
data = NA,
nrow = options$nSampled,
ncol = length(specs$parameters$paramNames)
)
colnames(blankChain) = specs$parameters$paramNames
return(blankChain)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.