round.ppp {spatstat} | R Documentation |
Apply numerical rounding to the spatial coordinates of a point pattern.
## S3 method for class 'ppp' round(x, digits = 0) ## S3 method for class 'pp3' round(x, digits = 0) ## S3 method for class 'ppx' round(x, digits = 0)
x |
A spatial point pattern in any dimension
(object of class |
digits |
integer indicating the number of decimal places. |
These functions are methods for the generic function
round
.
They apply numerical rounding to the spatial coordinates of the
point pattern x
.
A point pattern object, of the same class as x
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
rounding
to determine whether numbers have been
rounded.
round
in the Base package.
round(cells, 1)