TempSensCorrect: Function to correct air-temperature data from self-built...

Description Usage Arguments Value Examples

View source: R/TempSensCorrect.R

Description

Function to correct air-temperature data from self-built sensors

Usage

1
TempSensCorrect(v, glob.rad, inter = -2.899, slope = 1.181)

Arguments

v

Vector with temperature data from self-built air-temperature sensor that needs correction.

glob.rad

Vector that contains values of global radiation (W/m2) for each value of v. i.e. must be same length as v.

inter

intercept of relationship between self-built sensor and calibrated sensor. Default determined through a calibration experiment.

slope

slope of relationship between self-built sensor and calibrated sensor. Default determined through a calibration experiment.

Value

Vector with the calibrated values.

Examples

1
2
3
4
## Not run: 
Temp.func <- TempSensCorrect(co.temp$Temp_Avg, glob.rad = co.temp$Ave.GSR..W.m.2.)

## End(Not run)

MarkusLoew/MySensorCorrect documentation built on May 3, 2019, 3:36 p.m.