CalculateLModeCCFI {RTaxometrics} | R Documentation |
Calculates L-Mode CCFI
Description
This function calculates CCFI for an L-Mode curve
Usage
CalculateLModeCCFI(curve.x, curve.y, curve.dim.x, curve.dim.y, curve.cat.x, curve.cat.y)
Arguments
curve.x |
Empirical data curve, x |
curve.y |
Empirical data curve, y |
curve.dim.x |
Average curve for dimensional comparison data, x |
curve.dim.y |
Average curve for dimensional comparison data, y |
curve.cat.x |
Average curve for categorical comparison data, x |
curve.cat.y |
Average curve for categorical comparison data, y |
Details
Called by higher-order functions; users do not need to call this function directly.
Value
CCFI value
Author(s)
John Ruscio <ruscio@tcnj.edu> and Shirley Wang <shirleywang@g.harvard.edu> Maintainer: John Ruscio <ruscio@tcnj.edu>
[Package RTaxometrics version 3.2.1 Index]