plot_ereefs_zvt.RdRelies on output from get_ereefs_profile().
plot_ereefs_zvt(
slice,
var_name = "Chl_a_sum",
scale_col = c("ivory", "hotpink"),
scale_lim = NA
)A list object as output by get_ereefs_profile(), containing dates, eta, z_grid, botz, and profile values.
Name of the variable to display from `slice$profiles`. If `slice$profiles` is a squeezed single-variable matrix, this is used only for the legend title.
Colours to use for low and high values. Default c("ivory", "hotpink").
values for low and high limits of colourscale. Defaults to full range.
p handle for the generated figure