Description Usage Arguments Value Author(s) Examples
Adds new bands and drops existing in the time series of a sits tibble using dplyr::transmute function.
1 |
data |
A sits tibble. |
... |
Pair expressions in the format 'name = value'.
See |
A sits tibble with same samples and the new bands.
Rolf Simoes, rolf.simoes@inpe.br
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)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.