stateMatch {ABM} | R Documentation |
Check if two states match
Description
Check if two states match
Arguments
state |
a list holding a state to check |
rule |
a list holding the state to match against |
Details
The state matches the rule if and only if each domain (names of the list) in rule has the same value as in state. The domains in domains of the state not listed in rule are not matched
Value
a logical value
[Package ABM version 0.4.1 Index]