plot a categorical element of an weather informaton of multiple airports on map

plot_weather_cat(id_vector, type, label = TRUE)

Arguments

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

Examples

plot_weather_cat(c("KAMW", "KAIO", "KCID", "KCNC"), type = "weather", label = TRUE)