print.CRABS {CRABS} | R Documentation |
Print method for CRABS object
Description
Print method for CRABS object
Usage
## S3 method for class 'CRABS'
print(x, ...)
Arguments
x |
and object of class CRABS |
... |
other arguments |
Value
nothing
Examples
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)
[Package CRABS version 1.2.0 Index]