as.map | R Documentation |
Convert from ERHMM to the general MAP
as.map(x)
x |
An instance of ERHMM |
An instance of MAP
## create a hyper Erlang with specific parameters (param <- erhmm(shape=c(2,3), alpha=c(0.3,0.7), rate=c(1.0,10.0))) ## convert to a general PH as.map(param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.