| summary.owin | R Documentation | 
Prints a useful description of a window object.
  ## S3 method for class 'owin'
summary(object, ...)
| object | Window (object of class  | 
| ... | Ignored. | 
A useful description of the window object is printed.
This is a method for the generic function summary.
and \rolf
summary,
summary.ppp,
print.owin
  summary(owin())  # the unit square
  W <- Window(demopat)  # weird polygonal window
  summary(W)           # describes it
  summary(as.mask(W))  # demonstrates current pixel resolution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.