Description Usage Arguments Value Examples
Remember to run the data frame through mutate(date =
convert.date(time))
first
1 | get.metars.from.archive(stat.dates)
|
stat.dates |
Data frame. Output of add.metar.episodes. |
Vector of distances (in km) between points
1 2 3 4 5 | ## for now, fall back on the files generated by
## hdcp2/thick.r:get.metars.from.archive()
df <- readRDS("hdcp2/metar-2007.rds")
metar.2007 <- dplyr::filter(df, valid)
save(metar.2007, file = "metar.2007.rda")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.