array-xy-max-y
Find the maximum ordinate value in a range of abscissas.
Installation
$ npm install --save array-xy-max-y
Usage
; const points = x: 1 2 3 4 5 6 y: 10 2 8 4 5 20;const options = from: index: 1 to: value: 5;const result = ; /* result -> { index: 2, value: 8} */