A vector describing the point types. Its length must correspond to the number of points.
PointWeight
A vector describing the point weights. Its length must correspond to the number of points.
Value
An object of class "Dtable". It is a list:
Details
The distance matrix is not necessarily symmetric, so distances are understood in the common sense, not in the mathematical sense. Asymmetric distances are appropriate when paths between points are one-way only.
The points of origin are in lines, the targets in columns. The diagonal of the matrix must contain zeros (the distance between a point and itself is 0), and all other distances must be positive (they can be 0).