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 June 29, 2024, 9:15 p.m.