Last chance! 50% off unlimited learning
Sale ends in
Prints a useful description of a window object.
# S3 method for owin
summary(object, ...)
Window (object of class "owin"
).
Ignored.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner r.turner@auckland.ac.nz
A useful description of the window object
is printed.
This is a method for the generic function summary
.
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
Run the code above in your browser using DataLab