Skip to contents

Plot Method for an 'alife' Object

Usage

# S3 method for class 'alife'
plot(x, col_ci = "skyblue", col_line = "navy", ...)

Arguments

x

An object of class alife. Typically the output of the estimate_hazard function.

col_ci

The color for the confidence interval polygon.

col_line

The color for the hazard rate line.

...

Additional arguments passed to the base plot function (e.g., main, xlab, ylab, ylim).

Value

A plot of the hazard rate.