summary.ppp
From spatstat v1.6-5
by Adrian Baddeley
Summary of a Point Pattern Dataset
Prints a useful summary of a point pattern dataset.
- Keywords
- spatial
Usage
summary.ppp(object)
Arguments
- object
- Point pattern (object of class
"ppp"
).
Details
A useful summary of the point pattern object
is printed.
This is a method for the generic function summary
.
synopsis
summary.ppp(object, ...)
See Also
Examples
data(cells) # plain vanilla point pattern
summary(cells)
data(lansing) # multitype point pattern
summary(lansing) # tabulates frequences of each mark
data(longleaf) # numeric marks
summary(longleaf) # prints summary.default(x$marks)
data(demopat) # weird polygonal window
summary(demopat) # describes it
Community examples
Looks like there are no examples yet.