spatstat (version 1.4-3)

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

Description

Prints a very brief description of a point pattern dataset.

Usage

print.ppp(x)
 x

Arguments

x
Point pattern (object of class "ppp").

synopsis

print.ppp(x, ...)

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
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

Run the code above in your browser using DataCamp Workspace