binary_search_larger | R Documentation |
Find index of first value larger than x in a sorted array
binary_search_larger(v, data)
v |
- sorted vector instance |
data |
- value to search |
index of first value larger than data -1, -1 otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.