initialize,agentMatrix-method {NetLogoR} | R Documentation |
Initialize for agentMatrix
Class
Description
To create a new agentMatrix
object.
Usage
## S4 method for signature 'agentMatrix'
initialize(.Object = "agentMatrix", coords, ..., levelsAM)
Arguments
.Object |
An object: see the “Initialize Methods” section. |
coords |
2 column matrix of coordinates |
... |
arguments to specify properties of the new object, to
be passed to |
levelsAM |
A list with named character vectors. Each name should
match with elements in |
Value
An agentMatrix
object.
[Package NetLogoR version 1.0.5 Index]