Changelog
mqor 0.0.7
Various improvements and changes to the Shiny GUI.
Filtering options have moved around to be in a more sensible order.
The existing temporal filtering options are now exclusive to short-term data.
A user can now select whether they want to use their uploaded long-term data or have the app time-average their short-term data.
If the user selects to time-average the short-term data, they can additionally apply an independent month filter on the short-term data. This allows for seasonal averages to be calculated for pollutants like ozone.
mqor 0.0.5
Fixes from resolving disparities in the technical specification:
vec_ti_cor()
is now calculated using the correct formula.plot_mqi_scatter()
will now put TI_CRMSE on the correct segment of the plot (the inverse of mqor 0.0.4).
mqor 0.0.4
vec_ti_crmse()
is now calculated usingvec_crmse()
andvec_rmsu()
instead ofvec_mqi()
andvec_pi_bias()
.plot_mqi_scatter()
will now put TI_CRMSE on the correct segment of the plot.plot_mqi_scatter()
will now extend the extents of the target diagram if either of |TI_CRMSE| or |TI_BIAS| are greater than 2.
mqor 0.0.3
default_params
has been updated based on recent revisions of the technical document.The units of reference values in
default_params
now vary, and the dataset now has arv_unit
column to correctly label them.Web documentation has been significantly expanded.
mqor 0.0.2
-
read_delta_resource()
will now ignore the case ofstartup.ini
column headers.