| summarize_pupae_geno {MGDrivE2} | R Documentation | 
Summarize Pupal by Genotype
Description
This function summarizes pupal stage by genotype. It calls
base_aquatic_geno to do all of the work.
Usage
summarize_pupae_geno(out, spn_P)
Arguments
| out | the output of  | 
| spn_P | the places of the SPN, see details | 
Details
The places (spn_P) object is generated from one of the following:
spn_P_lifecycle_node, spn_P_lifecycle_network,
spn_P_epiSIS_node, spn_P_epiSIS_network,
spn_P_epiSEIR_node, or spn_P_epiSEIR_network.
The return object depends on the data provided. If the simulation was only 1 node,
then no node designation is returned. If only one repetition was performed,
no rep designation is returned. Columns always returned include: time,
genotype, and value.
For examples of using this function, see:
vignette("lifecycle-node", package = "MGDrivE2")
Value
a 3 to 5 column dataframe for plotting with ggplot2