This method takes an oxyclineData object, make an interpolation of oxycline
values and show them on a map. Interpolation methodology is based on akima package.
# S3 method for oxyclineData
plot(x, interpParams = list(myGrid = NULL),
xlengthAxes = 6, ylengthAxes = 6, showLimits = FALSE, ...)Object of class oxyclineData
list object including parameters passed to idw function.
Desired length of the axis 'x' labels.
Desired length of the axis 'y' labels.
logical. Do you want to show the oxycline limit line?
Extra arguments passed to image function.