FixHowcdfTimesList <-
function (HowcdfTimesList, cdfTimesList)
{
switch(HowcdfTimesList, Automatic = {
cdfTimesList <- cdfTimesList
}, `List numbers` = {
cdfTimesList <- cdfTimesList
}, `S-Plus expression` = {
tmp <- eval(parse(text = cdfTimesList))
cdfTimesList <- paste(paste(tmp), collapse = ",")
})
return(cdfTimesList)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.