The class "wpp"
represents discrete measures with positive mass at any of finitely many locations.
Dominic Schuhmacher dschuhm1@uni-goettingen.de
Timo Wilm timo.wilm@stud.uni-goettingen.de
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:
dimension | the dimension of the Euclidean space in which the patterns live. Must be \(\geq 2\). |
N | the total number of point. |
coordinates | the coordinates of the points. An N \(\times\) dimension matrix, where each row
corresponds to a point. |
mass | the masses at these points. A vector of length N of positive numbers. |
totmass | the total mass of the point pattern. |
Constructor function wpp
.