Description Usage Arguments Value Examples
given a starting location and a list of peaks, finds where a given connString would fit (i.e. a coordinate)
1 | findCoord(connsString, peaksVector, startSearch)
|
peaksVector |
the numerically sorted list of peaks you're searching through |
startSearch |
the number guess of where the peak may be near too |
connString |
the conn format peak you are looking to locate |
a number corresponding to it's location
1 | location = findCoord(connString, peaksVector, startSearch)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.