Learn R Programming

oXim (version 1.0.1)

plot.oxyclineData: Plot method for oxyclineData

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

"plot"(x, interpParams = list(myGrid = NULL), xlengthAxes = 6, ylengthAxes = 6, ...)

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.
...
Extra arguments passed to image function.