round.ppp: Apply Numerical Rounding to Spatial Coordinates

round.pppR Documentation

Apply Numerical Rounding to Spatial Coordinates

Description

Apply numerical rounding to the spatial coordinates of a point pattern.

Usage

## 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, ...)

Arguments

x

A spatial point pattern in any dimension (object of class "ppp", "pp3" or "ppx").

digits

integer indicating the number of decimal places.

...

Additional arguments passed to the default method.

Details

These functions are methods for the generic function round. They apply numerical rounding to the spatial coordinates of the point pattern x.

Value

A point pattern object, of the same class as x.

Author(s)

\adrian

and \rolf

See Also

rounding to determine whether numbers have been rounded.

round in the Base package.

Examples

  round(cells, 1)

spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.