Interactive multidimensional scaling.
This R package provides an interactive tool to explore distance matrices, as a alternative to, e.g., multi-dimensional scaling (MDS).
See the project web site for details, examples and usage instructions:
https://lea-urpa.github.io/focusedMDS.html
To install the package directly from github using the devtools library, use in your R prompt
install.packages( "devtools" )
library( devtools )
install_github( "anders-biostat/focusedMDS" )