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

plot_weather_num(id_vector, type, label = TRUE)

Arguments

id_vector

a vector of multiple airport codes

type

a character of one numerical weather element

label

lable= TRUE: label airport code on the plot

Examples

plot_weather_num(c("KAMW", "KAIO", "KCID", "KCNC"), type = "temp_f", label = TRUE)