dew.point.solver {bigleaf} | R Documentation |
Solver function for dew point temperature
Description
Solver function used in dew.point()
Usage
dew.point.solver(ea, accuracy, Esat.formula, constants = bigleaf.constants())
Arguments
ea |
Air vapor pressure (kPa) |
accuracy |
Accuracy of the result (degC) |
Esat.formula |
Optional: formula to be used for the calculation of esat and the slope of esat.
One of |
constants |
Pa2kPa - conversion pascal (Pa) to kilopascal (kPa) |
Note
Arguments accuracy
and Esat.formula
are passed to this function by dew.point().
[Package bigleaf version 0.8.2 Index]