All functions
|
|
as.data.frame(<disto>)
|
Convert a disto object to dataframe |
|
dapply()
|
lapply like function for disto object |
|
dist_extract()
|
Matrix style extraction from dist object |
|
dist_ij_k()
|
Vectorized version of dist_ij_k_ |
|
dist_ij_k_()
|
Convert ij index to k index |
|
dist_k_ij()
|
Vectorized version of dist_k_ij_ |
|
dist_k_ij_()
|
Convert kth index to ij index |
|
dist_replace()
|
Replacement values in dist |
|
dist_subset()
|
dist_subset |
|
disto()
|
Constructor for class 'disto' |
|
disto_dist()
|
Constructior of disto with dist backend |
|
names(<disto>)
|
Get names/labels |
|
nn()
|
Nearest neighbors and distances |
|
nn_k()
|
k Nearest neighbors |
|
nn_r()
|
Fixed radius Nearest neighbors |
|
plot(<disto>)
|
Plot a disto object |
|
print(<disto>)
|
Print method for dist class |
|
print(<nn>)
|
Print method for class 'nn' |
|
size()
|
Obtain size of the disto object |
|
summary(<disto>)
|
Summary method for dist class |