spatstat (version 1.15-2)

print.psp: Print Brief Details of a Line Segment Pattern Dataset

Description

Prints a very brief description of a line segment pattern dataset.

Usage

## S3 method for class 'psp':
print(x, \dots)

Arguments

x
Line segment pattern (object of class "psp").
...
Ignored.

Details

A very brief description of the line segment pattern x is printed.

This is a method for the generic function print.

See Also

print, print.owin, summary.psp

Examples

Run this code
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
  a

Run the code above in your browser using DataCamp Workspace