spatstat (version 1.3-2)

print.owin: Print Brief Details of a Spatial Window

Description

Prints a very brief description of a window object.

Usage

print.owin(x)
 print(x)
 x

Arguments

x
Window (object of class "owin").

synopsis

print.owin(x, ...)

Details

A very brief description of the window x is printed.

This is a method for the generic function print.

See Also

print, print.ppp, summary.owin

Examples

Run this code
library(spatstat)

  owin()  # the unit square

  data(demopat)
  W <- demopat$window  
  W                    # just says it is polygonal
  as.mask(W)           # just says it is a binary image

Run the code above in your browser using DataCamp Workspace