Operators.index: High level comparison operator

Description Usage Arguments Details Value Author(s) See Also

Description

Compare index against value

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 ## S3 method for class 'index'
e1 == e2
 ## S3 method for class 'index'
e1 != e2
 ## S3 method for class 'index'
e1 < e2
 ## S3 method for class 'index'
e1 <= e2
 ## S3 method for class 'index'
e1 > e2
 ## S3 method for class 'index'
e1 >= e2

Arguments

e1

an object of class ‘index’

e2

a scalar comparison value

Details

==.index index EQual value
!=.index index NotEqual value
<.index index LowerThan value
>.index index GreaterThan value
<=.index index LowerEqual value
>=.index index GreaterEqual value

Value

A vector of logical values

Author(s)

Jens Oehlschl<e4>gel

See Also

index, indexFindInterval, indexEQ


rindex documentation built on Sept. 1, 2018, 1:04 a.m.