monitor_arrange: Order mts_monitor time series by metadata values
Description
The variable(s) in ... are used to specify columns of
monitor$meta to use for ordering. Under the hood, this
function uses arrange on monitor$meta and then
reorders monitor$data to match.
Usage
monitor_arrange(monitor, ...)
Value
A reorderd version of the incoming mts time series object.
(A list with meta and data dataframes.)