findCoord: Finds Place of Peak Along PeakVetor

Description Usage Arguments Value Examples

View source: R/findCoord.R

Description

given a starting location and a list of peaks, finds where a given connString would fit (i.e. a coordinate)

Usage

1
findCoord(connsString, peaksVector, startSearch)

Arguments

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

Value

a number corresponding to it's location

Examples

1
location = findCoord(connString, peaksVector, startSearch)

samissimas/ciceroAddition documentation built on Aug. 10, 2019, 12:02 a.m.