Skip to contents

ann_rep_grp2_s takes an export filepath, data, and surface plot colours and produces panel plots and tables for group 2 metrics.

Usage

ann_rep_grp2_s(outpath, data, surface)

Arguments

outpath

filepath to desired export location.

data

the data object created from running `swan_WIN_report_data`.

surface

colour for surface plots. Can be named colour or hex format.

Value

a separate panel plot for each metric and a csv of metrics for inclusion to a table.

Details

Group 2 metrics are a grouping based on a common collection method, sample type and display parameters and in this case includes, alkalinity, dissolved organic carbon and TSS. Outputs will be exported to two folders at the outpath location. `s_panels/` for plots and `s_tables/` for data tables. These will need to be created if they don't exist.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/rivRmon/index.html the rivRmon website

Examples

if (FALSE) { # \dontrun{
ann_rep_grp2_s(outpath, data, surface = "blue")} # }