## File Name: mcmc_rename_define_symbols.R
## File Version: 0.05
mcmc_rename_define_symbols <- function()
{
trans <- c("X", "Z", "M")
orig <- c("[", "]", ",")
res <- list(trans=trans, orig=orig)
return(res)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.