Description Usage Arguments Details Value Author(s) See Also
Compare index against value
| 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
 | 
| e1 | an object of class ‘index’ | 
| e2 | a scalar comparison value | 
| ==.index | index EQual value | 
| !=.index | index NotEqual value | 
| <.index | index LowerThan value | 
| >.index | index GreaterThan value | 
| <=.index | index LowerEqual value | 
| >=.index | index GreaterEqual value | 
A vector of logical values
Jens Oehlschl<e4>gel
index, indexFindInterval, indexEQ 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.