splitDistGPS-class {chroGPS} | R Documentation |
"splitDistGPS"
Set of pairwise distances between elements. This is an internal class
to be used with the parallel version of mds
, and
should not be used on its own.
Objects from this class are used internally for parallel
Multidimensional Scaling. See mds
for details.
d
: List of distGPS
objects.
size
:Object of class "numeric"
indicating
the size of the individual distGPS
objects in the list. See function mds
.
o
:Object of class "numeric"
with the overlap
(anchor points) between adjacent distGPS
objects. See function mds
.
shuffle
:Object of class "numeric"
, deprecated.
Oscar Reina
showClass("splitDistGPS")