arb_time_average: Average telemetry datasets over arbitrary times..

Description Usage Arguments Value Functions Examples

View source: R/average_calculators.R

Description

This function calculates the average of a parameter over a specified time period.

Usage

1
arb_time_average(data, avg_minutes)

Arguments

data

A dataframe created using the DSI_export_to_dataframe function.

avg_minutes

The number of minutes to average over.

Value

A dataframe containing the numeric columns of the input averaged over the specified time interval.

Functions

Examples

1
arb_time_average(sample_BP_data, avg_minutes = 20)

andrewstiegler/telemetRy documentation built on May 1, 2021, 4:56 p.m.