Description Usage Arguments Details Value Author(s) See Also
Compare index against value
1 2 3 4 5 6 | indexEQ(obj, x, what = c("pos", "val", "ind"), ...)
indexNE(obj, x, what = c("pos", "val", "ind"), ...)
indexLT(obj, x, what = c("pos", "val", "ind"), ...)
indexLE(obj, x, what = c("pos", "val", "ind"), ...)
indexGT(obj, x, what = c("pos", "val", "ind"), ...)
indexGE(obj, x, what = c("pos", "val", "ind"), ...)
|
obj |
an object of class ‘index’ |
x |
a scalar comparison value |
what |
on of |
... |
further arguments passed to |
indexEQ | index EQual value |
indexNE | index NotEqual value |
indexLT | index LowerThan value |
indexGT | index GreaterThan value |
indexLE | index LowerEqual value |
indexGE | index GreaterEqual value |
A vector of original positions (pos), index positions (ind) or values (val).
Jens Oehlschl<e4>gel
index
, indexFindInterval
, ==.index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.