plot_ereefs_zvt: Produces a coloured rect plot of a vertical profile over time

View source: R/vertical_profiles.R

plot_ereefs_zvtR Documentation

Produces a coloured rect plot of a vertical profile over time

Description

Relies on output from get_ereefs_profile().

Usage

plot_ereefs_zvt(
  slice,
  var_name = "Chl_a_sum",
  scale_col = c("ivory", "hotpink"),
  scale_lim = NA
)

Arguments

scale_col

Colours to use for low and high values. Default c("ivory", "hotpink").

scale_lim

values for low and high limits of colourscale. Defaults to full range.

profileObj

A list object as output by get_ereefs_profile(), containing dates, eta, z_grid, botz, and a data frame of values.

Value

p handle for the generated figure


BarbaraRobson/ereefs documentation built on April 23, 2023, 5:47 a.m.