Learn R Programming

sits (version 0.13.1)

.sits_ops_compute: 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.