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