spatstat (version 1.56-0)

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 psp
print(x, …)

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
# NOT RUN {
  a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
  a
# }

Run the code above in your browser using DataCamp Workspace