Learn R Programming

bigdist (version 0.1.4)

dist_k_ij_: Convert kth index to ij index

Description

Convert kth index to ij index of a dist object

Usage

dist_k_ij_(k, size)

Arguments

k

kth index

size

value of size attribute of the dist object

Value

ij index as a length two integer vector

Examples

Run this code
# NOT RUN {
dist_k_ij_(4, 10)
# }

Run the code above in your browser using DataLab