plot | R Documentation |
This is the standard plotting routine for the 'Satellite' class. Layers are drawn either from the start (default; limited to a maximum of 16 sub-plots) or according to the speficied band codes.
## S4 method for signature 'Satellite,ANY'
plot(x, bcde = NULL, col = grDevices::grey.colors(100), ...)
x |
A 'Satellite' object, usually returned by |
bcde |
Band codes to be visualized, e.g. returned by
|
col |
Color scheme. |
... |
Further arguments passed on to |
plot.default
, par
.
## Not run:
## sample data
path <- system.file("extdata", package = "satellite")
files <- list.files(path, pattern = glob2rx("LC08*.TIF"), full.names = TRUE)
sat <- satellite(files)
## display data without quality flag layer
bds <- getSatBCDE(sat)[1:11]
plot(sat, bcde = bds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.