Learn R Programming

bigdist (version 0.1.4)

dist_ij_k_: 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

Run this code
# NOT RUN {
dist_ij_k_(1, 3, 10)
# }

Run the code above in your browser using DataLab