plot,DeponsRaster,ANY-method {DEPONS2R} | R Documentation |
Plot a DeponsRaster object
Description
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
Usage
## S4 method for signature 'DeponsRaster,ANY'
plot(x, y, col, trackToPlot = 1, ...)
Arguments
x |
|
y |
A |
col |
A color palette, i.e. a vector of n contiguous colors. Reasonable defaults are provided. |
trackToPlot |
Integer indicating which track to plot if the DeponsTrack
object contains more than one track. Ignored if |
... |
Other optional plotting parameters, including 'axes', 'legend', and 'main'. |
Value
No return value, called for side effects
See Also
See method for plot
in the raster
package for plotting parameters and plot.DeponsTrack
for
plotting of DeponsRasters cropped to the extent of tracks.
[Package DEPONS2R version 1.2.3 Index]