powered by
Apply numerical rounding to the spatial coordinates of a point pattern.
# S3 method for ppp round(x, digits = 0, ...)# S3 method for pp3 round(x, digits = 0, ...)# S3 method for ppx round(x, digits = 0, ...)
# S3 method for pp3 round(x, digits = 0, ...)
# S3 method for ppx round(x, digits = 0, ...)
A point pattern object, of the same class as x.
x
A spatial point pattern in any dimension (object of class "ppp", "pp3" or "ppx").
"ppp"
"pp3"
"ppx"
integer indicating the number of decimal places.
Additional arguments passed to the default method.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
These functions are methods for the generic function round. They apply numerical rounding to the spatial coordinates of the point pattern x.
round
rounding.ppp to determine whether numbers have been rounded.
rounding.ppp
round in the Base package.
round(cells, 1)
Run the code above in your browser using DataLab