getMinimumTemperature: Get Minimum Temperature.

View source: R/get_temperature_data.R

getMinimumTemperatureR Documentation

Get Minimum Temperature.

Description

Get the minimum temperature observation, group 2s_nT_nT_nT_n from section 333.

Usage

getMinimumTemperature(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The minimum temperature observation in degree Celsius.

Examples


## Not run: 
aaxx <- "AAXX 28154 89022 42698 72506 333 10312 20195="
synop <- getSynopSections(aaxx)
tmin <- getMinimumTemperature(synop)

## End(Not run)


rijaf-iri/decodeSYNOP documentation built on May 1, 2024, 4:32 p.m.