View source: R/get_temperature_data.R
getAirTemperature | R Documentation |
Get the air temperature observation, group 1s_nTTT
from section 1.
getAirTemperature(synop)
synop |
a synop data object, output of the function |
The air temperature observation in degree Celsius.
## Not run:
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
tmp <- getAirTemperature(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.