Description Usage Arguments Value Examples
rtPlotPopAndPupae plots change in pop from passed dataframes 
for males and females and pupae
| 1 | rtPlotPopAndPupae(dfF, dfM, dfPupaF, dfPupaM, title = NULL)
 | 
| 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 | 
nothing
| 1 2 | tst <- rt_runAspatial()
rtPlotPopAndPupae(tst$dfRecordF, tst$dfRecordM, tst$dfRecordPupaF, tst$dfRecordPupaM)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.