View source: R/tempCompCurve.R
tempCompCurve | R Documentation |
Calculating the temperature-change-voltage curve for a particular set of Resistor and Thermistor Values.
tempCompCurve(x, Tdata)
x |
a vector containing the values of R1 R2 R3 R4 Rb1 Beta1 Rb2 Beta2 |
Tdata |
a vector of temperature-change values |
the voltage values at Point B
Tdata <- seq(-40, 85, by=5)
R_values <- c(1100, 4300, 560, 1100, 220, 3680, 1000, 3560)
tempCompCurve(x = R_values, Tdata = Tdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.