spatstat (version 1.3-1)

summary.owin: Summary of a Spatial Window

Description

Prints a useful description of a window object.

Usage

summary.owin(object)
 summary(object)

Arguments

object
Window (object of class "owin").

synopsis

summary.owin(object, ...)

Details

A useful description of the window object is printed.

This is a method for the generic function summary.

See Also

summary, summary.ppp, print.owin

Examples

Run this code
library(spatstat)

  summary(owin())  # the unit square

  data(demopat)
  W <- demopat$window  # weird polygonal window
  summary(W)           # describes it

  summary(as.mask(W))  # demonstrates current pixel resolution

Run the code above in your browser using DataCamp Workspace