Learn R Programming

transport (version 0.15-4)

wpp-object: Class of Weighted Point Patterns

Description

The class "wpp" represents discrete measures with positive mass at any of finitely many locations.

Arguments

Details

Objects of class "wpp" may be created by the function wpp, and are most commonly used as input to the function transport. There are methods plot, print and summary for this class.

An object of class "wpp" contains the following elements:

dimensionthe dimension of the Euclidean space in which the patterns live. Must be \(\geq 2\).
Nthe total number of point.
coordinatesthe coordinates of the points. An N \(\times\) dimension matrix, where each row corresponds to a point.
massthe masses at these points. A vector of length N of positive numbers.
totmassthe total mass of the point pattern.

See Also

Constructor function wpp.