sits_transmute_bands: Add new sits bands and drops existing.

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

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

Examples

1
2
3
4
5
# Retrieve data for time series with label samples in Mato Grosso
data(samples_mt_6bands)
# Generate a new image with the SAVI (Soil-adjusted vegetation index)
savi.tb <- sits_transmute_bands(samples_mt_6bands,
                                savi = (1.5*(nir - red)/(nir + red + 0.5)))

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.