Learn R Programming

transport (version 0.12-1)

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:

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.

See Also

Constructor function wpp.