rtPlotPopAndPupae: plots popn and pupae over multiple days

Description Usage Arguments Value Examples

Description

rtPlotPopAndPupae plots change in pop from passed dataframes for males and females and pupae

Usage

1
rtPlotPopAndPupae(dfF, dfM, dfPupaF, dfPupaM, title = NULL)

Arguments

dfF

a dataframe of Males with days in columns and ages in rows

dfM

a dataframe of Females with days in columns and ages in rows

dfPupaF

a dataframe of Pupa Males with days in columns and ages in rows

dfPupaM

a dataframe of Pupa Females with days in columns and ages in rows

title

a title for the plot

Value

nothing

Examples

1
2
tst <- rt_runAspatial()
rtPlotPopAndPupae(tst$dfRecordF, tst$dfRecordM, tst$dfRecordPupaF, tst$dfRecordPupaM)

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