Displaying 1 result from an estimated 1 matches for "cal100".
Did you mean:
al100
2011 Oct 20
1
Applying function with separate dataframe (calibration file) supplying some inputs
...m, such as an oyster, consumes the oxygen. Each vial is
calibrated before the experiment and these calibrations are used to convert
the raw data after the experiment into oxygen values. I end up with two
dataframes. One has the calibration data and for example could look like
this
vial cal0 T0 cal100 T100
1 61 18 28 18
2 60.8 18 27.1 18
3 60.2 18 28.3 18
4 59.8 18 27.2 18
The second is a data file which could look like this
vial phase temp time
1 31 17.5 10
1 31.5 17.4 20
1 32.8...