Learn R Programming

sits (version 1.12.0)

.sits_select_indexes: Provide a list of indexes to extract data from a distance 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 (with has all the bands put together).

Usage

.sits_select_indexes(class_info.tb, ntimes)

Arguments

class_info.tb

Tibble with classification information.

ntimes

Number of time instances.

Value

List of values to be extracted for each classification interval.