Learn R Programming

editrules (version 2.9.5)

[.editmatrix: Row index operator for editmatrix

Description

Use this operator to select edits from an editmatrix or editarray object.

Usage

# S3 method for editmatrix
[(x, i, j, ...)

# S3 method for editarray [(x, i, j, ...)

# S3 method for editarray [(x, i, j, ...)

# S3 method for editset [(x, i, j, ...)

# S3 method for editlist [(x, i, j, ...)

Arguments

x

an object of class editmatrix or editarray

i

the row index in the edit matrix (numeric, logical or rowname)

j

the column index in the edit matrix

...

arguments to be passed to other methods. Currently ignored.