View source: R/get_pressure_data.R
getSeaLevelPressure | R Documentation |
Get the sea level pressure, group 4PPPP
from section 1.
getSeaLevelPressure(synop)
synop |
a synop data object, output of the function |
The sea level pressure in hectopascal.
## Not run:
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
slp <- getSeaLevelPressure(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.