Produces a ggplot2 representation of the number of survivors by age.
The method is defined for `lifetable`; S3 dispatch also makes it
available for S4 subclasses such as `actuarialtable`.
Usage
# S3 method for lifetable
autoplot(object, ...)
Value
A `ggplot2` plot object.
Arguments
object
A `lifetable` object, or an object inheriting from it.
...
Additional arguments passed to `ggplot2::geom_line()`.