wpp-object {transport} | R Documentation |
Class of Weighted Point Patterns
Description
The class "wpp"
represents discrete measures with positive mass at any of finitely many locations.
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:
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. |
Author(s)
Dominic Schuhmacher dschuhm1@uni-goettingen.de
Timo Wilm timo.wilm@stud.uni-goettingen.de
See Also
Constructor function wpp
.
[Package transport version 0.15-2 Index]