findYIndex: findYIndex

View source: R/XPSUtilities.r

findYIndexR Documentation

findYIndex

Description

findYIndex finds the index of Y vector corresponding to a given Value

Usage

findYIndex(Y, Value, tolerance = 0.01)

Arguments

Y

numeric vector

Value

numeric value

tolerance

numeric value, precision required to find out Y

Value

Returns Y index

Examples

## Not run: 
	findYIndex(Y, Value, tolerance=0.01)

## End(Not run)

GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.