print.ACDC: Print method for ACDC object

Description Usage Arguments Examples

View source: R/plot.ACDC.R

Description

Print method for ACDC object

Usage

1
2
## S3 method for class 'ACDC'
print(x, ...)

Arguments

x

and object of class ACDC

...

other arguments

Examples

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)

ACDC documentation built on Jan. 13, 2022, 1:08 a.m.