Change the labels of a set of time series
Usage
# Default S3 method
sits_labels(data) <- value
Arguments
- data
Data cube or time series.
- value
A character vector used to convert labels. Labels will be renamed to the respective value positioned at the labels order returned by
sits_labels
.