Learn R Programming

aelab (version 1.0.1)

convert_time: convert_time

Description

Convert the time of the LI-COR Trace Gas Analyzer to match the time in real life.

Usage

convert_time(data, day = 0, hr = 0, min = 0, sec = 0)

Value

The input data with a new column in POSIXct format converted based on the input value.

Arguments

data

Data from the LI-COR Trace Gas Analyzer that had been processed by tidy_licor().

day

Day(s) to add or subtract.

hr

Hour(s) to add or subtract.

min

Minute(s) to add or subtract.

sec

Second(s) to add or subtract.

Examples

Run this code
data(n2o)
converted_n2o <- convert_time(n2o, min = -10, sec = 5)

Run the code above in your browser using DataLab