Learn R Programming

functClust (version 0.1.6)

index_inturn: Reverse an indexation

Description

Take a vector of indices and return the vector of indices of length(index) that allows to find in return the initial order.

Usage

index_inturn(index)

Arguments

index

a vector of integers.

Value

Return a vector of integers that allows to find in return the initial order.

Details

None.