Find the first value in an array that is larger than the specified value.
getNextPosition
is a utility function that helps when parsing strings
that contain delimiters.
getNextPosition(positions, afterPosition)
positions |
An ordered numeric vector. |
afterPosition |
The value to start searching after. |
The first value in the array larger than afterPosition.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.