plot.TS: Make TS Plot

View source: R/source.physics.r

plot.TSR Documentation

Make TS Plot

Description

Make TS Plot

Usage

plot.TS(
  S,
  Tmp,
  xlim = c(25, 36),
  ylim = c(-5, 15),
  levels = seq(0, 40, by = 2),
  cex.lab = 1,
  drawlabels = TRUE,
  labels = NULL,
  freezing.line = T,
  freezing.col = "#00000030",
  col.contour = "grey",
  lwd = 1,
  lty = 1,
  xlab = "Practical Salinity",
  ylab = "Potential Temperature",
  pch = 1,
  col = "black",
  cex = 1,
  main = NULL
)

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.