View source: R/get_humidity_data.R
getDewPointTemperature | R Documentation |
Get the dew point temperature, group 2s_nT_dT_dT_d
from section 1.
getDewPointTemperature(synop)
synop |
a synop data object, output of the function |
The dew point temperature in degree Celsius.
## Not run:
aaxx <- "AAXX 07181 33837 11583 83102 10039 21007 30049 40101 52035 60012 70282 8255/="
synop <- getSynopSections(aaxx)
td <- getDewPointTemperature(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.