rtPlotMortRatesByAge: plotting age specific mortality rates for Tsetse

Description Usage Arguments Value Examples

Description

rtPlotMortRatesByAge plots mortality rates by Age. Needs to be called separately for males & females.

Usage

1
rtPlotMortRatesByAge(vpMort, title = "", col = "red")

Arguments

vpMort

a vector of age specific mortality rates

title

a title for the plot

col

line colour

Value

? nothing

Examples

1
2
vpMorts <- rtSetMortRatesByAge(iMaxAge = 100)
rtPlotMortRatesByAge(vpMorts,"males") 

AndySouth/rtsetse documentation built on May 5, 2019, 6:02 a.m.