Learn R Programming

sits (version 0.10.0)

.sits_timeline_raster_indexes: Provide a list of indexes to extract data from a raster-derived data table for classification

Description

Given a list of time indexes that indicate the start and end of the values to be extracted to classify each band, obtain a list of indexes that will be used to extract values from a combined distance tibble (which has all the bands put together).

Usage

.sits_timeline_raster_indexes(cube, samples)

Arguments

cube

Data cube with input data set.

samples

Tibble with samples used for classification.

Value

List of values to be extracted for each classification interval.