tic_auc: Return area under curve from time-intensity data
Description
This function returns area under curve from raw time intensity curves using
the trapezoid method. It is recommended that plotresult is set to TRUE in the
first instance to visually confirm the analysis.
Usage
tic_auc(data, timevar, intensityvar, AUCmax = NULL, plotresult = FALSE)
Value
Area under the curve. Depending on the plotresult argument can also
return a plot of the raw data.
Arguments
- data
A dataframe with time and intensity values as columns.
- timevar
A character string (in quotes) with the dataframe column name for the time variable.
- intensityvar
A character string (in quotes) with dataframe column name for the intensity variable.
- AUCmax
A number - the maximum time that area under the curve is measured until.
- plotresult
TRUE or FALSE to determine whether a plot of the results is generated.
Details
A plot of the data is generated and a dataframe with the results is returned.
Examples
Run this code
# Example usage: Please see package vignettes on CRAN
Run the code above in your browser using DataLab