Helper for plotting locations on map.
Usage
# S3 method for class 'openaq_locations_data.frame'
plot(x, y = NULL, ...)
Examples
if (FALSE) { # interactive()
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(x, y = NULL, ...)
if (FALSE) { # interactive()
df <- list_locations(limit = 100)
plot(df, pch = 19, col = df$provider)
}