base_gen {MGDrivE2} | R Documentation |
Base Summary for Eggs, Larvae, Pupae, Susceptible Females, and Infectious Females
Description
This function takes a given stage and summarizes them by genotype, writing output to provided folders.
Usage
base_gen(fileVec, outList, genos, nGenos, nIDX1, times, nTimes, nNodes)
Arguments
fileVec |
Vector of files for analysis |
outList |
List of files, organized by repetition, to write output |
genos |
Genotypes to summarize by |
nGenos |
Number of genotypes |
nIDX1 |
First index to expand over, nE/nL/nP for aquatic stages, 1 for the rest |
times |
Vector of sampling times |
nTimes |
Number of sampled times |
nNodes |
Number of nodes in the network |
Details
This function is a base function used in split_aggregate_CSV
.
Value
None
[Package MGDrivE2 version 2.1.0 Index]