agentMatrix-bind-methods: Combine R Objects by Rows or Columns

cbindR 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 agentMatrix objects.

deparse.level

See base::cbind().

Value

An agentMatrix object.


PredictiveEcology/NetLogoR documentation built on Jan. 31, 2024, 9:31 p.m.