print.CRABS | R Documentation |
Print method for CRABS object
## S3 method for class 'CRABS'
print(x, ...)
x |
and object of class CRABS |
... |
other arguments |
nothing
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.