Prints a very brief description of a point pattern dataset.
# S3 method for ppp
print(x, …)
Point pattern (object of class "ppp"
).
Ignored.
A very brief description of the point pattern x
is printed.
This is a method for the generic function print
.
# NOT RUN { data(cells) # plain vanilla point pattern cells data(lansing) # multitype point pattern lansing data(longleaf) # numeric marks longleaf data(demopat) # weird polygonal window demopat # }