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