Description Usage Arguments Examples
Plots the rate functions including the pulled rates.
1 2 |
x |
An object of class "ACDC" |
... |
other parameters |
1 2 3 4 5 6 7 8 | data(primates_ebd)
lambda <- approxfun(primates_ebd$time, primates_ebd$lambda)
mu <- approxfun(primates_ebd$time, primates_ebd$mu)
times <- seq(0, max(primates_ebd$time), length.out = 500)
model <- create.model(lambda, mu, times = times)
plot(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.