Description Usage Arguments Value Functions Examples
View source: R/average_calculators.R
This function calculates the average of a parameter over a specified time period.
1 | arb_time_average(data, avg_minutes)
|
data |
A dataframe created using the DSI_export_to_dataframe function. |
avg_minutes |
The number of minutes to average over. |
A dataframe containing the numeric columns of the input averaged over the specified time interval.
arb_time_average
: Add injection time column to dataset.
1 | arb_time_average(sample_BP_data, avg_minutes = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.