calcAUC: Calculate Area Under Curve (AUC) using trapesium...

View source: R/calcAUC.R

calcAUCR Documentation

Calculate Area Under Curve (AUC) using trapesium approximation

Description

Calculate Area Under Curve (AUC) using trapesium approximation

Usage

calcAUC(x, y)

Arguments

x

vector of x values

y

vector of y values


johngodlee/JLGMisc documentation built on July 17, 2025, 3:09 a.m.