averagebyday: Average all the data collected on the same day.

Description Usage Arguments Value Examples

Description

This function is useful for grouping a number of replicate air shots or calibration experiments

Usage

1
averagebyday(x, newlabel)

Arguments

x

an object of class timeresolved, logratios, PHdata or redux

newlabel

a string with the new label that should be given to the average

Value

an object of the same class as x

Examples

1
2
3
4
5
6
dfile <- system.file("Calibration.csv",package="ArArRedux")
dlabels <- c("H1","AX","L1","L2")
md <- loaddata(dfile,dlabels,PH=TRUE)
ld <- fitlogratios(blankcorr(md))
d <- averagebyday(ld,"DCAL")
plotcorr(d)

pvermees/ArArRedux documentation built on May 26, 2019, 11:33 a.m.