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