sits_labels<-.class_cube: Change the labels of a set of time series
Description
Change the labels of a set of time series
Usage
# S3 method for class_cube
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
.