Skip to contents

surfer_cols takes metric designator and returns a named charcater of colours.

Usage

surfer_cols(metric)

Arguments

metric

Character string, "sal" for Salinity, "do" for Dissolved Oxygen mg/L, "chl" for Chlorophyll a, or "temp" for Temperature.

Value

A named character vector where names relate to data break values and characters are colour hex codes.

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{
colours <- surfer_cols(metric = "chl")} # }