- x
a satin object as returned by read.nasaoc
, read.ghrsst
, read.osunpp
, or read.cmems
.
- period
an integer referring to the image number to plot.
- depth
an integer referring to a depth level. Only for Copernicus data that includes variables at different depths.
- xlim
minimum and maximum longitude values for the map.
- ylim
minimum and maximum latitude values for the map.
- zlim
minimum and maximum ocean data values.
- map
a user defined map of class "SpatialPolygons".
- Pacific.centric
logical. When TRUE
, maps are centered in the Pacific.
- map.col
color for the map.
- map.outline
color for the map outline.
- scheme
color scheme for the ocean data, either: "default" or a vector of valid color names.
- col.sep
separation between colors in data units.
- colbar
logical. If TRUE
a color bar is added to the map.
- main
title for the map, defaults to the corresponding selected image period$tmStart
in x
.
- main.pos
position for the title: "topright", "topleft", "bottomright" or "bottomleft".
- log
logical. If TRUE
, the ocean variable is log transformed (base 10). This is useful for chlorophyll concentration data.
- units
color bar label, defaults to units
in x
.
- xaxt, yaxt
"n" to supress axis.
- atx, aty
specify tick-mark locations for fine tuning axes annotations.
- restore.par
logical. If TRUE
(the default), the graphical device is restored to its original state.
- ...
further arguments to pass to plot
.