.sits_transmute_bands {sits}R Documentation

Add new sits bands and drops existing.

Description

Adds new bands and drops existing in the time series of a sits tibble using dplyr::transmute function.

Usage

.sits_transmute_bands(data, ...)

Arguments

data

A sits tibble.

...

Pair expressions in the format 'name = value'. See mutate help for more details.

Value

A sits tibble with same samples and the new bands.

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


[Package sits version 0.12.0 Index]