Description Usage Arguments Details Value Author(s) See Also
Find index positions in interval of search values
1 |
obj |
an object of class ‘index’ |
low |
low search value |
high |
high search value |
low.include |
FALSE to not include the lower search value (default TRUE) |
high.include |
FALSE to not include the upper search value (default TRUE) |
low.exact |
TRUE to require the the low search value is present (default FALSE) |
high.exact |
TRUE to require the the upper search value is present (default FALSE) |
lowFUN |
low level search function to identify lower index position (default |
highFUN |
low level search function to identify lower index position (default |
FUN |
low level search function to identify both index positions (default |
indexFindInterval | finding a sequence of exact or approximate values |
An integer sequence of index positions
Jens Oehlschl<e4>gel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.