dist_ij_k_ {bigdist}R Documentation

Convert ij index to k index

Description

Convert ij index to k index for a dist object

Usage

dist_ij_k_(i, j, size)

Arguments

i

row index

j

column index

size

value of size attribute of the dist object

Value

k index

Examples

dist_ij_k_(1, 3, 10)

[Package bigdist version 0.1.4 Index]