Description Usage Arguments Details Value
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
1 | eAUC(time.vector, y.vector)
|
time.vector |
vectored list of time values |
y.vector |
a list of y value datapoints corresponding to the intervals of your time values. |
Input is two vectors of the same length, one being a "time" vector, and the other your corresponding y value vector
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.