dist_ij_k {disto} | R Documentation |
Vectorized version of dist_ij_k_
Description
Convert ij indexes to k indexes for a dist object
Usage
dist_ij_k(i, j, size)
Arguments
i |
row indexes |
j |
column indexes |
size |
value of size attribute of the dist object |
Value
k indexes
[Package disto version 0.2.0 Index]