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

View source: R/psp.R

print.pspR Documentation

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, ...)

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.

Author(s)

\adrian

and \rolf

See Also

print, print.owin, summary.psp

Examples

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

spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.