dist_ij_k_ {disto} | 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
[Package disto version 0.2.0 Index]