Learn R Programming

CRABS (version 1.2.0)

print.CRABS: Print method for CRABS object

Description

Print method for CRABS object

Usage

# S3 method for CRABS
print(x, ...)

Value

nothing

Arguments

x

and object of class CRABS

...

other arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab