round.ppp | 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. |
... |
Additional arguments passed to the default method. |
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
.
and \rolf
rounding.ppp
to determine whether numbers have been
rounded.
round
in the Base package.
round(cells, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.