spatstat (version 1.17-1)

methods.pp3: Methods for three-dimensional point patterns

Description

Methods for class "pp3".

Usage

## S3 method for class 'pp3':
print(x, ...)
  ## S3 method for class 'pp3':
unitname(x)

Arguments

x
Object of class "pp3".
...
Ignored.

Value

  • For print.pp3 the value is NULL. For unitname.pp3 an object of class "units".

Details

These are methods for the generic functions print and unitname for the class "pp3" of three-dimensional point patterns.

The print method prints a description of the point pattern, while the unitname method extracts the name of the unit of length in which the point coordinates are expressed.

See Also

pp3, print, unitname

Examples

Run this code
X <- pp3(runif(42),runif(42),runif(42), box3(c(0,1), unitname="mm"))
   X
   unitname(X)

Run the code above in your browser using DataLab