percentagePolynomial: Percentage Polynomial The linear function that is 0 when...

Description Usage Arguments Value

View source: R/Interpolation.R

Description

Percentage Polynomial

The linear function that is 0 when evaluated at min and 1 when evaluated at max

Usage

1

Arguments

min

The value at which the function is 0.

max

The value at which the function is 1.

Value

(x-min)/(max-min)


Chen2357/rrinterp documentation built on Jan. 7, 2022, 1:01 p.m.