writeDir: Directory to write output to. Default is readDir
genotypes: Character vector of possible genotypes; found in driveCube$genotypesID
remFile: Boolean flag to remove original (unaggregated) file
verbose: Chatty? Default is TRUE
Examples
## Not run:# This example assumes user has already run MGDrivE and generated output.# This also assumes that the user has already split output by patch.# See vignette for complete example.# set read/write directoryfPath <-"path/to/data/containing/folder"# Need genotypes from the cube run in the simulation# This is dependent on the simulation run# Using Mendelian cube for this examplecube <- cubeMendelian()# no return value from functionaggregateFemales(readDir= fPath, writeDir =NULL, genotypes = cube$genotypesID, remFile =TRUE)## End(Not run)