echogramPlot.oxyclineData: echogramPlot method for oxyclineData

Description Usage Arguments

View source: R/oxyclineData-class.R

Description

This method takes an oxyclineData object and plots output echograms. Optionaly, users can add oxycline line.

Usage

1
2
3
## S3 method for class 'oxyclineData'
echogramPlot(x, colEchogram = "colPalette",
  oxyLine = TRUE, oxyLineParams = list(), ...)

Arguments

x

Object of class oxyclineData with internal echogram matrix to be plotted.

colEchogram

Pallete of colours to plot the echograms. If NULL (default) the system will use the same combination used on object colPallete.

oxyLine

logical. Do you want to add oxycline line to the plot?

oxyLineParams

If oxyLine = TRUE, parameters passed to lines function.

...

Extra arguments passed to echogramPlot function.


LuisLauM/oXim documentation built on May 7, 2019, 2:03 p.m.