temp_pot_temp | R Documentation |
Calculation of the potential air temperature.
temp_pot_temp(...) ## S3 method for class 'numeric' temp_pot_temp(t, p, ...) ## S3 method for class 'weather_station' temp_pot_temp(weather_station, height = "lower", ...)
... |
Additional parameters passed to later functions. |
t |
Temperature in °C. |
p |
Pressure in hPa. |
weather_station |
Object of class weather_station. |
height |
Height of measurement, either "upper" or "lower". |
Potential temperature in °C.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.