View source: R/split_synop_sections.R
getSynopSections | R Documentation |
Parse SYNOP (AAXX) strings of weather reports.
getSynopSections(synop)
synop |
character, the full strings of the synop code. |
A synop data objects. It is a list object with elements the sections [1, 222//, 333, 555] of the synop.
## Not run:
library(decodeSYNOP)
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808="
synop <- getSynopSections(aaxx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.