This method takes an oxyclineData object and plots output echograms. Optionaly,
users can add oxycline line.
# S3 method for oxyclineData
echogramPlot(x, colEchogram = "colPalette",
oxyLine = TRUE, oxyLineParams = list(), ...)Object of class oxyclineData with internal echogram matrix to be plotted.
Pallete of colours to plot the echograms. If NULL (default) the system
will use the same combination used on object colPallete.
logical. Do you want to add oxycline line to the plot?
If oxyLine = TRUE, parameters passed to lines function.
Extra arguments passed to echogramPlot function.