rtPlotMeanAge: plots mean age of a popn over time

Description Usage Arguments Value Examples

Description

rtPlotMeanAge plots change in mean age passed dataframes for males and females. Will also work on just a single dataframe.

Usage

1
rtPlotMeanAge(dfF, dfM = NA, title = NULL)

Arguments

dfF

a dataframe of number of females with days in columns and ages in rows

dfM

a dataframe of number of males with days in columns and ages in rows

title

a title for the plot

Value

nothing

Examples

1
tst <- rt_runAspatial(iDays=100)

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