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

Description Usage Arguments Examples

Description

Convert selected layers of a Satellite object to a RasterStack

Usage

1
2
## S4 method for signature 'Satellite'
stack(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 stack

Examples

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

stck <- stack(sat, c("B001n", "B002n", "B003n"))
stck

satellite documentation built on Oct. 12, 2021, 5:07 p.m.