plot_weather_cat: Plot Weather Information on Map

Description Usage Arguments Examples

View source: R/plot_weather_cat.R

Description

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

Usage

1
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

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

floatgreen/airportweather documentation built on May 14, 2019, 3:06 a.m.