Skip to contents

Plot variables at depth

Usage

ss_ggplot_variables(
  dat,
  superchill = NULL,
  color_palette = NULL,
  color_col = "sensor_depth_at_low_tide_m",
  legend_name = "Depth (m)",
  legend_position = "right",
  date_breaks_major = NULL,
  date_breaks_minor = NULL,
  date_labels_format = "%Y-%m-%d",
  axis_label_newline = TRUE,
  point_size = 0.25
)

Arguments

dat

Data frame of sensor string data in wide or long format.

superchill

Logical argument indicating whether to adding shading to indicate temperatures below the superchill threshold (<= - 0.7 degrees C). If superchill = NULL (the default), shading will be applied if any temperature values are less than or equal to the threshold.

color_palette

Optional vector of hex colors onto which depth will be mapped.

color_col

Character string indicating the column to use to colour the observations.

legend_name

Name for the depth legend. Default is legend_name = "Depth (m)".

legend_position

Position for the depth legend. Default is legend.position = "right".

date_breaks_major

Intervals for major breaks. Default is selected by get_xaxis_breaks().

date_breaks_minor

Intervals for minor breaks. Default selected by get_xaxis_breaks().

date_labels_format

Format for the date labels. Default is YYYY-mm-dd.

axis_label_newline

Logical argument indicating whether to put units on a new line.

point_size

Numeric value indicating size of points.

Value

Returns a ggplot object of ocean variables plotted over time and coloured by sensor depth.