plot,landsat-method {oce} | R Documentation |
Plot a landsat Object
## S4 method for signature 'landsat' plot(x, band, which = 1, decimate = TRUE, zlim, utm = FALSE, col = oce.colorsPalette, drawPalette = TRUE, showBandName = TRUE, alpha.f = 1, red.f = 2, green.f = 2, blue.f = 4, offset = c(0, 0, 0, 0), transform = diag(c(red.f, green.f, blue.f, alpha.f)), debug = getOption("oceDebug"), ...)
x |
A |
band |
If given, the name of the band. For Landsat-8 data, this may be
one of: |
which |
Desired plot type; 1=image, 2=histogram. |
decimate |
An indication of the desired decimation,
passed to |
zlim |
Either a pair of numbers giving the limits for the colourscale,
or |
utm |
A logical value indicating whether to use UTS (easting and northing) instead of longitude and latitude on plot. |
col |
Either a function yielding colours, taking a single integer
argument with the desired number of colours, or the string
|
drawPalette |
Indication of the type of palette to draw, if
any. See |
showBandName |
A logical indicating whether the band name is to plotted in the top margin, near the right-hand side. |
alpha.f |
Argument used if |
red.f |
Argument used if |
green.f |
Argument used if |
blue.f |
Argument used if |
offset |
Argument used if |
transform |
Argument used if |
debug |
Set to a positive value to get debugging information during processing. |
... |
optional arguments passed to plotting functions. |
Dan Kelley
Other functions dealing with satellite data: [[,landsat-method
,
amsr-class
, g1sst-class
,
landsatAdd
, landsatTrim
,
plot,amsr-method
,
plot,satellite-method
,
read.amsr
, read.g1sst
,
read.landsat
,
satellite-class
,
summary,amsr-method
,
summary,landsat-method
,
summary,satellite-method