Learn R Programming

spatstat.geom (version 3.2-7)

round.ppp: Apply Numerical Rounding to Spatial Coordinates

Description

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

Usage

# S3 method for ppp
round(x, digits = 0, ...)

# S3 method for pp3 round(x, digits = 0, ...)

# S3 method for ppx round(x, digits = 0, ...)

Value

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

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.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au

and Rolf Turner rolfturner@posteo.net

Details

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

See Also

rounding to determine whether numbers have been rounded.

round in the Base package.

Examples

Run this code
  round(cells, 1)

Run the code above in your browser using DataLab