Helper for plotting locations from list.
Usage
# S3 method for class 'openaq_locations_list'
plot(x, y = NULL, ...)
Examples
if (FALSE) { # interactive()
loc <- list_locations(limit = 6, as_data_frame = FALSE)
plot(loc, pch = 19, col = 2)
}
Helper for plotting locations from list.
# S3 method for class 'openaq_locations_list'
plot(x, y = NULL, ...)
if (FALSE) { # interactive()
loc <- list_locations(limit = 6, as_data_frame = FALSE)
plot(loc, pch = 19, col = 2)
}