Helper for plotting locations on map.
Usage
# S3 method for class 'openaq_locations_data.frame'
plot(loc, database = "world", ...)
Examples
if (FALSE) { # \dontrun{
df <- list_locations(limit = 100)
plot(df, pch = 19, col = df$provider)
} # }
Helper for plotting locations on map.
# S3 method for class 'openaq_locations_data.frame'
plot(loc, database = "world", ...)
if (FALSE) { # \dontrun{
df <- list_locations(limit = 100)
plot(df, pch = 19, col = df$provider)
} # }