Description Usage Arguments Details Examples
Creates N individuals for the specified species, on starting positions generated by function FUN.
1 |
species |
the species |
N |
number of individuals to be generated |
FUN |
the generating function for initial positions. Will be called once for x and once for y for each individual. Common choices are NULL (for starting position zero), "runif" or "rnorm" |
... |
further arguments for FUN. If FUN is a random number generator such as "runif", "n" might be ommited |
The individual creation applies the landscape boundary condition to each individual. So, for the case of absorptive boundaries, the individual may be created and instantly killed, as it was created outside the boundaries of the landscape. Thus, it is advisable to check the population size after calling this function.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.