brick: Convert selected layers of a Satellite object to a...

brickR Documentation

Convert selected layers of a Satellite object to a RasterBrick

Description

Convert selected layers of a Satellite object to a RasterBrick

Usage

## S4 method for signature 'Satellite'
brick(x, layer = names(x), ...)

Arguments

x

an object of class 'Satellite'

layer

character vector (bcde codes) or integer vector (index) of the layers to be stacked

...

additional arguments passed on to brick

Examples

path <- system.file("extdata", package = "satellite")
files <- list.files(path, pattern = glob2rx("LC08*.TIF"), full.names = TRUE)
sat <- satellite(files)

brck <- brick(sat, c("B001n", "B002n", "B003n"))
brck


environmentalinformatics-marburg/satellite documentation built on Feb. 10, 2024, 2:56 p.m.