Learn R Programming

RTaxometrics (version 2.4)

CalculateMAXSLOPE: Calculates MAXSLOPE curve

Description

This function calculates one MAXSLOPE curve

Usage

CalculateMAXSLOPE(x, curve)

Arguments

x

The data matrix

curve

Curve number

Value

List object with one MAXSLOPE curve:

curve.x

x values

curve.y

y values

Details

Called by higher-order functions; users do not need to call this function directly.