cbind {NetLogoR} | R Documentation |
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 class 'agentMatrix'
cbind(..., deparse.level)
## S3 method for class 'agentMatrix'
rbind(..., deparse.level = 1)
Arguments
... |
Two |
deparse.level |
See |
Value
An agentMatrix
object.
[Package NetLogoR version 1.0.5 Index]