Summary of a Spatial Window
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
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
summary(owin()) # the unit square data(demopat) W <- Window(demopat) # weird polygonal window summary(W) # describes it summary(as.mask(W)) # demonstrates current pixel resolution
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.