print.ppp
From spatstat v1.2-1
by Adrian Baddeley
Print Brief Details of a Point Pattern Dataset
Prints a very brief description of a point pattern dataset.
- Keywords
- spatial
Usage
print.ppp(x)
print(x)
x
Arguments
- x
- Point pattern (object of class
"ppp"
).
Details
A very brief description of the point pattern x
is printed.
This is a method for the generic function print
.
synopsis
print.ppp(x, ...)
See Also
Examples
library(spatstat)
data(cells) # plain vanilla point pattern
cells
data(lansing) # multitype point pattern
lansing
data(longleaf) # numeric marks
longleaf
data(demopat) # weird polygonal window
demopat
Community examples
Looks like there are no examples yet.