summary.owin {spatstat.geom} | 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
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
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