landsatAdd | R Documentation |
Add a band to a landsat object. Note that
it will be stored in numeric form, not raw form, and therefore
it will require much more storage than data read with
read.landsat()
.
landsatAdd(x, data, name, debug = getOption("oceDebug"))
x |
a landsat object. |
data |
A matrix of data, with dimensions matching that of entries already in |
name |
The name to be used for the data, i.e. the data can later be
accessed with |
debug |
A flag that turns on debugging. Set to 1 to get a moderate amount of debugging information, or a higher value for more debugging. |
A landsat object, with a new data band.
Dan Kelley
The documentation for the landsat class explains the structure of landsat objects, and also outlines the other functions dealing with them.
Other things related to landsat data:
[[,landsat-method
,
[[<-,landsat-method
,
landsat
,
landsat-class
,
landsatTrim()
,
plot,landsat-method
,
read.landsat()
,
summary,landsat-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.