Skip to contents

ann_rep_doc_c takes an export filepath, data, and surface plot colour and produces panel plots and tables for dissolved organic carbon

Usage

ann_rep_doc_c(outpath, data, surface)

Arguments

outpath

filepath to desired export location.

data

the data object created from running `canning_WIN_report_data`.

surface

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

Value

a panel plot for dissolved organic carbon and a csv of metrics for inclusion to a table.

Details

Outputs will be exported to two folders at the outpath location. `c_panels/` for plots and `c_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_doc_c(outpath, data, surface = "blue")} # }