getSeaLevelPressure: Get Sea Level Pressure.

View source: R/get_pressure_data.R

getSeaLevelPressureR Documentation

Get Sea Level Pressure.

Description

Get the sea level pressure, group 4PPPP from section 1.

Usage

getSeaLevelPressure(synop)

Arguments

synop

a synop data object, output of the function getSynopSections.

Value

The sea level pressure in hectopascal.

Examples


## Not run: 
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
slp <- getSeaLevelPressure(synop)

## End(Not run)


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