Take a sequence of agentMatrix arguments and combine by columns or rows, respectively. This will take the coordinates of the first argument and remove the coordinates of the second object.

# S3 method for agentMatrix
cbind(..., deparse.level)

# S3 method for agentMatrix
rbind(..., deparse.level = 1)

Arguments

...

Two agentMatrix objects.

deparse.level

See base::cbind().

Value

An agentMatrix object.