newPopulation {ABM}R Documentation

Create a new population

Description

Create a new population

Arguments

n

an integer specifying the population size.

Details

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


[Package ABM version 0.4.1 Index]