newPopulation {ABM} | R Documentation |
Create a new population
n |
an integer specifying the population size. |
The population will be created with "n" individuals in it. These individuals have an empty state upon created. Note that individuals can be added later by the "add" method, the initial population size is for convenience, not required