print.owin: Print Brief Details of a Spatial Window

View source: R/window.R

print.owinR Documentation

Print Brief Details of a Spatial Window

Description

Prints a very brief description of a window object.

Usage

  ## S3 method for class 'owin'
print(x, ..., prefix="window: ")

Arguments

x

Window (object of class "owin").

...

Ignored.

prefix

Character string to be printed at the start of the output.

Details

A very brief description of the window x is printed.

This is a method for the generic function print.

Author(s)

\adrian

and \rolf

See Also

print, print.ppp, summary.owin

Examples

  owin()  # the unit square

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


spatstat.geom documentation built on Oct. 20, 2023, 9:06 a.m.