average_of_group: Create a timeseries mean based on all the samples in the data

View source: R/average_of_group.R

average_of_groupR Documentation

Create a timeseries mean based on all the samples in the data

Description

Create a timeseries mean based on all the samples in the data

Usage

average_of_group(df = NULL)

Arguments

df

a data.frame where the first column is a POSIXct object and every subsequent column is a sample.

Value

returns the inputted data.frame with a mean column added.

Examples

group_average(monitor_downsampled)


edpclau/circadian-dynamics documentation built on July 1, 2024, 2:33 a.m.