Package: usedist 0.4.0.9000
usedist: Distance Matrix Utilities
Functions to re-arrange, extract, and work with distances.
Authors:
usedist_0.4.0.9000.tar.gz
usedist_0.4.0.9000.zip(r-4.7)usedist_0.4.0.9000.zip(r-4.6)usedist_0.4.0.9000.zip(r-4.5)
usedist_0.4.0.9000.tgz(r-4.6-any)usedist_0.4.0.9000.tgz(r-4.5-any)
usedist_0.4.0.9000.tar.gz(r-4.7-any)usedist_0.4.0.9000.tar.gz(r-4.6-any)
usedist_0.4.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
usedist/json (API)
NEWS
| # Install 'usedist' in R: |
| install.packages('usedist', repos = c('https://kylebittinger.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kylebittinger/usedist/issues
Last updated from:b859e2ef3c. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 193 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 140 | ||
| macos-oldrel-arm64 | OK | 125 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 60 | ||
| windows-oldrel | OK | 60 | ||
| wasm-release | OK | 90 |
Exports:dist_between_centroidsdist_getdist_groupsdist_makedist_multi_centroidsdist_readdist_setNamesdist_subsetdist_to_centroidsdist_writepivot_to_matrixpivot_to_numeric_matrix
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute the distance between group centroids | dist_between_centroids |
| Retrieve distances from a 'dist' object. | dist_get |
| Create a data frame of distances between groups of items. | dist_groups |
| Make a distance matrix using a custom distance function | dist_make |
| Make a new distance matrix of centroid distances between multiple groups | dist_multi_centroids |
| Read a distance matrix file | dist_read |
| Set the names/labels of a 'dist' object. | dist_setNames |
| Extract parts of a 'dist' object. | dist_subset |
| Compute distances from each item to group centroids | dist_to_centroids |
| Write a distance matrix file | dist_write |
| Convert a data frame in long format to a matrix | pivot_to_matrix pivot_to_numeric_matrix |
