spatstat (version 1.52-1)

summary.psp: Summary of a Line Segment Pattern Dataset

Description

Prints a useful summary of a line segment pattern dataset.

Usage

# S3 method for 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.

See Also

summary, summary.owin, print.psp

Examples

Run this code
# NOT RUN {
  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