CalculateMAXSLOPE: Calculates MAXSLOPE curve
Description
This function calculates one MAXSLOPE curve
Usage
CalculateMAXSLOPE(x, curve)
Value
List object with one MAXSLOPE curve:
- curve.x
x values
- curve.y
y values
Arguments
- x
The data matrix
- curve
Curve number
Author
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu>
Maintainer: John Ruscio <ruscio@tcnj.edu>
Details
Called by higher-order functions; users do not need to call this
function directly.