Description Usage Arguments Examples
View source: R/plot_weather_cat.R
plot a categorical element of an weather informaton of multiple airports on map
1 | plot_weather_cat(id_vector, type, label = TRUE)
|
id_vector |
a vector of multiple airport codes |
type |
a character of one categorical weather element |
label |
lable= TRUE: label airport code on the plot |
1 2 3 | plot_weather_cat(c("KAMW", "KAIO", "KCID", "KCNC"),
type = "weather",
label = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.