sits_rename: Names of the bands of a time series

Description Usage Arguments Value Author(s) Examples

Description

Set the names of the bands of time series in a sits tibble.

Usage

1

Arguments

data

Valid sits tibble.

names

String vector with the names of the new bands.

Value

A sits tibble with the new names for the bands.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Rolf Simoes, rolf.simoes@inpe.br

Examples

1
2
3
4
5
6
# Retrieve a time series with one band
data(point_ndvi)
# Rename the band
ndvi1.tb <- sits_rename (point_ndvi, names = c("veg_index"))
# print the names of the new band
sits_bands(ndvi1.tb)

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