Prints a useful description of a window object.
# S3 method for owin
summary(object, …)
Window (object of class "owin"
).
Ignored.
A useful description of the window object
is printed.
This is a method for the generic function summary
.
# NOT RUN { 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 # }