==,agentMatrix,character-method {NetLogoR} | R Documentation |
Binary operators which allow the comparison of values in an agentMatrix
.
## S4 method for signature 'agentMatrix,character'
e1 == e2
## S4 method for signature 'agentMatrix,numeric'
e1 == e2
e1 |
An |
e2 |
atomic vector, symbol, call, or other object for which methods have been written. |
A logical vector indicating the result of the element by element comparison.