Learn R Programming

bigdist (version 0.1.4)

colStartIndex: Get the column start index

Description

Get the index of the dist object corresponding to some column start in the symmetric form of the distance matrix

Usage

colStartIndex(i, size)

Arguments

i

Column number

size

Size of the dist object

Value

An index of dist object

Examples

Run this code
# NOT RUN {
colStartIndex(2, 10)
# }

Run the code above in your browser using DataLab