spatstat (version 1.12-3)

summary.psp: 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, \dots)

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.

See Also

summary, summary.owin, print.psp

Examples

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

Run the code above in your browser using DataCamp Workspace