Description Usage Arguments Value Author(s)
View source: R/pointsForDistances.R
Returns all points within a given distance. Uses either sammons mapping or traditional multidimensional scaling.
1 | pointsForDistances(distances, dim, searchMethod, plotIt)
|
distances |
A dist object containing the distances. |
dim |
The dimension for the scaling, if none is given, it is determined automatically |
searchMethod |
The search method, either "standard" or "sammons" default is standard multidimensional scaling. |
plotIt |
A boolean, indicating, if a plot should be made. Default is FALSE. |
points |
A vector containing the points for the given distances. |
MSSE |
The middle of the squared strain error |
error |
The strain error. |
Raphael Paebst
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.