plot.openaq_locations_list: Helper for plotting locations from list.

View source: R/locations.R

plot.openaq_locations_listR Documentation

Helper for plotting locations from list.

Description

Helper for plotting locations from list.

Usage

## S3 method for class 'openaq_locations_list'
plot(x, y = NULL, ...)

Arguments

x

A list of locations results.

y

default is NULL

...

Other options passed on to base::plot().

Value

Called for its side effect of producing a plot. Returns NULL invisibly.

Examples


loc <- list_locations(limit = 6, as_data_frame = FALSE)
plot(loc, pch = 19, col = 2)


openaq documentation built on March 19, 2026, 5:08 p.m.