landsatAdd: Add a Band to a landsat Object

View source: R/landsat.R

landsatAddR Documentation

Add a Band to a landsat Object

Description

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().

Usage

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

Arguments

x

a landsat object.

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

A landsat object, with a new data band.

Author(s)

Dan Kelley

See Also

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-class, landsatTrim(), landsat, plot,landsat-method, read.landsat(), summary,landsat-method


oce documentation built on July 9, 2023, 5:18 p.m.