PlotPseudoVals | R Documentation |
Construction of Plots for the pseudo-values of associated Life Table parameters.
PlotPseudoVals(object)
object |
An object inheriting from |
Returns an object of class
c("gg", "ggplot").
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.