Learn R Programming

oce (version 0.9-18)

landsatAdd: Add a Band to a landsat Object

Description

Add a band to an object of landsat-class. 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.

Usage

landsatAdd(x, data, name, debug = getOption("oceDebug"))

Arguments

x
A landsat object, e.g. as read by read.landsat.
data
A matrix of data, with dimensions matching that of entries already in x.
name
The name to be used for the data, i.e. the data can later be accessed with d[[name]] where d is the name of the return value from the present function.
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.

Value

concept

satellite

See Also

The documentation for landsat-class explains the structure of landsat objects, and also outlines the other functions dealing with them.

Other functions dealing with satellite data: [[,landsat-method, amsr-class, g1sst-class, landsatTrim, plot,amsr-method, plot,landsat-method, plot,satellite-method, read.amsr, read.g1sst, read.landsat, satellite-class, summary,amsr-method, summary,landsat-method, summary,satellite-method