Learn R Programming

spatstat.geom (version 3.6-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

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 DataLab