| 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 r.turner@auckland.ac.nz
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