plot.oxyclineData: Plot method for oxyclineData

Description Usage Arguments

View source: R/oxyclineData-class.R

Description

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.

Usage

1
2
3
## S3 method for class 'oxyclineData'
plot(x, interpParams = list(myGrid = NULL),
  xlengthAxes = 6, ylengthAxes = 6, showLimits = FALSE, ...)

Arguments

x

Object of class oxyclineData

interpParams

list object including parameters passed to idw function.

xlengthAxes

Desired length of the axis 'x' labels.

ylengthAxes

Desired length of the axis 'y' labels.

showLimits

logical. Do you want to show the oxycline limit line?

...

Extra arguments passed to image function.


oXim documentation built on May 1, 2019, 8:20 p.m.