plot.openaq_measurements_data.frame: Helper for plotting measurements

View source: R/measurements.R

plot.openaq_measurements_data.frameR Documentation

Helper for plotting measurements

Description

Helper for plotting measurements

Usage

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

Arguments

x

A data frame of measurements results.

y

Unused, default is NULL.

...

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

Value

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

Examples


meas <- list_sensor_measurements(23707, limit = 500, as_data_frame = FALSE)
plot(meas)


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