subsetting: Row index operator for 'editmatrix'

Description Usage Arguments

Description

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

Row index operator for cateditmatrix

Row index operator for editarray

Row index operator for editset Note: the datamodel is not changed

Index operator for editlist

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'editmatrix'
x[i, j, ...]

## S3 method for class 'editarray'
x[i, j, ...]

## S3 method for class 'editarray'
x[i, j, ...]

## S3 method for class 'editset'
x[i, j, ...]

## S3 method for class '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.


editrules documentation built on May 1, 2019, 6:32 p.m.