PlotBest.dist | R Documentation |
Plots dotchart with shows correspondences between data and various base distances
PlotBest.dist(data, distances=c("euclidean", "maximum", "manhattan", "canberra", "binary", "minkowski"))
data |
Data frame with values |
distances |
Distances to use |
Shows the "best" distance method. Please note that this is a mere visualization, and numbers are used only to understand the relative correspondence between raw data and distances.
Uses maximal correlations between multidimensional scaling of distance object (converted internally to Euclidean) and PCA of data. Both MDS and PCA use two dimensions.
Alexey Shipunov
PlotBest.dist(iris[, -5]) PlotBest.dist(t(moldino))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.