Learn R Programming

Lifertable (version 1.0.1)

PlotPseudoVals: Plot for the Pseudo-Values of Parameters

Description

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

Usage

PlotPseudoVals(object)

Value

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

Arguments

object

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

Examples

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


Run the code above in your browser using DataLab