Description Usage Arguments Examples
Print method for ACDC object
1 2 |
x |
and object of class ACDC |
... |
other arguments |
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)
print(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.