R/monitor_select.R
monitor_select.RdThis function acts similarly to dplyr::select() working on
monitor$data. The returned mts_monitor object will contain only
those time series identified by id in the order specified.
This can be helpful when using faceted plot functions based on ggplot such as those found in the AirMonitorPlots package.
monitor_select(monitor, id)
monitor_reorder(monitor, id)A reordered (subset) of the incoming mts_monitor object. (A list with
meta and data dataframes.)