Plot the values in a DeponsRaster object. Porpoisetracks or other kinds of lines, poits etc. can be drawn on top of the plot by adding
# S4 method for DeponsRaster,ANY
plot(x, y, col, trackToPlot = 1, ...)No return value, called for side effects
DeponsRaster object
A DeponsTrack object or missing
A color palette, i.e. a vector of n contiguous colors. Reasonable defaults are provided.
Integer indicating which track to plot if the DeponsTrack
object contains more than one track. Ignored if y is missing
Other optional plotting parameters, including 'axes', 'legend', and 'main'.
See method for plot in the raster
package for plotting parameters and plot.DeponsTrack for
plotting of DeponsRasters cropped to the extent of tracks.