Description Usage Arguments WARNING
Creates a new individual for the simulation
| 1 2 3 4 | Individual(species, x = 0, y = 0)
## S3 method for class 'individual'
plot(x, addradius = FALSE, ...)
 | 
| species | from which  | 
| x,y | initial position | 
| addradius | logical. set to TRUE to draw the individual perception radius | 
| ... | further arguments for plotting | 
Every time the function Individual is called, a new individual is created and pushed to the species population.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.