Learn R Programming

spatstat.geom (version 3.6-1)

print.ppp: Print Brief Details of a Point Pattern Dataset

Description

Prints a very brief description of a point pattern dataset.

Usage

# S3 method for ppp
print(x, ...)

Arguments

Details

A very brief description of the point pattern x is printed.

This is a method for the generic function print.

See Also

print, print.owin, summary.ppp

Examples

Run this code
  cells      # plain vanilla point pattern

  lansing    # multitype point pattern
  
  longleaf    # numeric marks

  demopat     # weird polygonal window

Run the code above in your browser using DataLab