cbind: Combine R Objects by Rows or Columns
Description
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.
Usage
# S3 method for agentMatrix
cbind(..., deparse.level)# S3 method for agentMatrix
rbind(..., deparse.level = 1)
Value
An agentMatrix
object.
Arguments
- ...
Two agentMatrix
objects.
- deparse.level
See base::cbind()
.