| plot.openaq_locations_list | R Documentation |
Helper for plotting locations from list.
## S3 method for class 'openaq_locations_list'
plot(x, y = NULL, ...)
x |
A list of locations results. |
y |
default is |
... |
Other options passed on to base::plot(). |
Called for its side effect of producing a plot. Returns NULL
invisibly.
loc <- list_locations(limit = 6, as_data_frame = FALSE)
plot(loc, pch = 19, col = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.