parse_metar_cld | R Documentation |
Parse cloud groups
parse_metar_cld(x)
x |
cloud string |
M. Saenger, Zimmerberg Risk Analytics GmbH
x <- c("SCT009 BKN029 OVC045CB", "SCT009CB OVC045", "NSC")
parse_metar_cld(x)
m <- parse_metar(metar.test$code)
parse_metar_cld(x = m$cld)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.