Learn R Programming

transport (version 0.15-4)

pp-object: Class of (Unweighted) Point Patterns

Description

The class "pp" represents discrete measures with some fixed mass at any of finitely many locations.

Arguments

Author

Dominic Schuhmacher dschuhm1@uni-goettingen.de

Details

Objects of class "pp" may be created by the function pp, 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 "pp" contains the following elements:

dimensionthe dimension of the Euclidean space in which the patterns live. Must be \(\geq 2\).
Nthe total number of points.
coordinatesthe coordinates of the points. An N \(\times\) dimension matrix, where each row corresponds to a point.

See Also

Constructor function pp.