.sits_ops_compute {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_ops_compute(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.14.0 Index]