agentMatrix-compare-methods: Relational Operators

==,agentMatrix,character-methodR Documentation

Relational Operators

Description

Binary operators which allow the comparison of values in an agentMatrix.

Usage

## S4 method for signature 'agentMatrix,character'
e1 == e2

## S4 method for signature 'agentMatrix,numeric'
e1 == e2

Arguments

e1

An agentMatrix object.

e2

atomic vector, symbol, call, or other object for which methods have been written.

Value

A logical vector indicating the result of the element by element comparison.


NetLogoR documentation built on Aug. 17, 2022, 9:06 a.m.