PlotPseudoVals {Lifertable}R Documentation

Plot for the Pseudo-Values of Parameters

Description

Construction of Plots for the pseudo-values of associated Life Table parameters.

Usage

PlotPseudoVals(object)

Arguments

object

An object inheriting from lifertable(), representing the Life and Fertility Table.

Value

Returns an object of class c("gg", "ggplot").

Examples

## The main object will be created using the Insects database:
lft <- lifertable(ColumnFemale = Female,
                  ColumnAge = Age,
                  ColumnEggs = Eggs,
                  SexRate = Sexrate,
                  ColumnGroups = Group,
                  data = Insects,
                  CI = TRUE)

PlotPseudoVals(lft)



[Package Lifertable version 0.1.0 Index]