Learn R Programming

thermocouple (version 1.0.2)

RTDtemperatureFit: RTD temperature Fit

Description

RTDtemperatureFit RTD temperature Fit

Usage

RTDtemperatureFit(R, R0, fitRTD='linear', alpha=0.00385)

Arguments

R
resistance at temperature T
R0
resistance at 0C
fitRTD
type of fitting method (linear, quadratic, cubic, polynomial)
alpha
(optional) resistance's temperature coefficient

Value

T
temperature (C)

References

Mosaic Industries, Inc., 2014 Relating resistance to temperature http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/platinum-rtd-sensors/resistance-calibration-table

Examples

Run this code
data(RTDtemperatureFit)
str(RTDtemperatureFit)

Run the code above in your browser using DataLab