## 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)
"ppp"
, "pp3"
or "ppx"
).x
.round
.
They apply numerical rounding to the spatial coordinates of the
point pattern x
.rounding
to determine whether numbers have been
rounded.
round
in the Base package.