powered by
Convert the time of the LI-COR Trace Gas Analyzer to match the time in real life.
convert_time(data, day = 0, hr = 0, min = 0, sec = 0)
The input data with a new column in POSIXct format converted based on the input value.
Data from the LI-COR Trace Gas Analyzer that had been processed by tidy_licor().
Day(s) to add or subtract.
Hour(s) to add or subtract.
Minute(s) to add or subtract.
Second(s) to add or subtract.
data(n2o) converted_n2o <- convert_time(n2o, min = -10, sec = 5)
Run the code above in your browser using DataLab