averagebyday {ArArRedux} | R Documentation |
This function is useful for grouping a number of replicate air shots or calibration experiments
averagebyday(x, newlabel)
x |
an object of class |
newlabel |
a string with the new label that should be given to the average |
an object of the same class as x
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)