ctmc <-
function(timecategory = 'continuous', states, pijdef, qidef, name, byrow = TRUE){
ctMarkov = mc(timecategory, states, pijdef, qidef, name, byrow)
class(ctMarkov) = append(class(ctMarkov), 'ctmc')
return(ctMarkov)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.