Individual: Creates a new individual for the simulation

Description Usage Arguments WARNING

Description

Creates a new individual for the simulation

Usage

1
2
3
4
Individual(species, x = 0, y = 0)

## S3 method for class 'individual'
plot(x, addradius = FALSE, ...)

Arguments

species

from which Species this individual is

x,y

initial position

addradius

logical. set to TRUE to draw the individual perception radius

...

further arguments for plotting

WARNING

Every time the function Individual is called, a new individual is created and pushed to the species population.


andrechalom/TWoLifR documentation built on May 12, 2019, 3:34 a.m.