spatstat.geom (version 3.2-9)

summary.splitppp: Summary of a Split Point Pattern

Description

Prints a useful summary of a split point pattern.

Usage

# S3 method for splitppp
summary(object, ...)

Arguments

object

Split point pattern (object of class "splitppp", effectively a list of point patterns, usually created by split.ppp).

...

Ignored.

Author

Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net

Details

This is a method for the generic function summary.

An object of the class "splitppp" is effectively a list of point patterns (objects of class "ppp") representing different sub-patterns of an original point pattern.

This function extracts a useful summary of each of the sub-patterns.

See Also

summary, split, split.ppp

Examples

Run this code
  summary(split(amacrine))

Run the code above in your browser using DataLab