pointsForDistances: Points for Distances

Description Usage Arguments Value Author(s)

View source: R/pointsForDistances.R

Description

Returns all points within a given distance. Uses either sammons mapping or traditional multidimensional scaling.

Usage

1
pointsForDistances(distances, dim, searchMethod, plotIt)

Arguments

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.

Value

points

A vector containing the points for the given distances.

MSSE

The middle of the squared strain error

error

The strain error.

Author(s)

Raphael Paebst


Mthrun/Distances documentation built on Feb. 4, 2020, 8:39 p.m.