eAUC: eAUC - Emperical area under the curve

Description Usage Arguments Details Value

View source: R/eAUC.R

Description

Finds the area of the curve of a set of points by integrating every point along your curve as an area value. This function is the core function of the Growthcurver package's EmpericalAreaUnderTheCurve function

Usage

1
eAUC(time.vector, y.vector)

Arguments

time.vector

vectored list of time values

y.vector

a list of y value datapoints corresponding to the intervals of your time values.

Details

Input is two vectors of the same length, one being a "time" vector, and the other your corresponding y value vector

Value

Unit of output is the same as the unit of your y axis. for example, eAUC of an OD600 curve would have a unit "OD600"


ddebrauske/GCG documentation built on Aug. 8, 2021, 5:22 p.m.