summary.psp: Summary of a Line Segment Pattern Dataset

View source: R/psp.R

summary.pspR Documentation

Summary of a Line Segment Pattern Dataset

Description

Prints a useful summary of a line segment pattern dataset.

Usage

  ## S3 method for class 'psp'
summary(object, ...)

Arguments

object

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

...

Ignored.

Details

A useful summary of the line segment pattern object is printed.

This is a method for the generic function summary.

Author(s)

\adrian

and \rolf

See Also

summary, summary.owin, print.psp

Examples

  a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
  summary(a)  # describes it

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