summary.splitppp
From spatstat v1.56-1
by Adrian Baddeley
Summary of a Split Point Pattern
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 bysplit.ppp
).- …
Ignored.
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
Examples
# NOT RUN {
data(amacrine) # multitype point pattern
summary(split(amacrine))
# }
Community examples
Looks like there are no examples yet.