View source: R/get_temperature_data.R
getMinimumTemperature | R Documentation |
Get the minimum temperature observation, group 2s_nT_nT_nT_n
from section 333.
getMinimumTemperature(synop)
synop |
a synop data object, output of the function |
The minimum temperature observation in degree Celsius.
## Not run:
aaxx <- "AAXX 28154 89022 42698 72506 333 10312 20195="
synop <- getSynopSections(aaxx)
tmin <- getMinimumTemperature(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.