binarySearchLower: binarySearchLower

Description Usage Arguments

View source: R/searchFunctions.R

Description

A general search function to find the root for the upper search

Usage

1
binarySearchLower(lowerLimit, upperLimit, numberInspections)

Arguments

lowerLimit

The lowerlimit of the search passed to the function

upperLimit

The upperLimit of the search passed to the function

numberInspections

The current number of inspection


Gtmille2/multiEndpoint documentation built on Oct. 30, 2019, 6:35 p.m.