R/agentMatrix-Class-methods.R
agentMatrix-bind-methods.Rd
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)
Two agentMatrix
objects.
See base::cbind()
.
An agentMatrix
object.