Skip to contents

ann_rep_chla_s takes an export filepath, data, surface and integrated plot colours and produces panel plots and tables for chlorophyl a.

Usage

ann_rep_chla_s(outpath, data, surface, chloro)

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.

chloro

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

Value

a panel plot for chlorophyl a and a csv of metrics for inclusion to a table.

Details

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_chla_s(outpath, data, surface = "blue", chloro = "darkgreen")} # }