summary.owin
From spatstat v1.9-2
by Adrian Baddeley
Summary of a Spatial Window
Prints a useful description of a window object.
Usage
## S3 method for class 'owin':
summary(object)
Arguments
- object
- Window (object of class
"owin"
).
Details
A useful description of the window object
is printed.
This is a method for the generic function summary
.
synopsis
## S3 method for class 'owin': summary(object, \dots)
See Also
Examples
summary(owin()) # the unit square
data(demopat)
W <- demopat$window # weird polygonal window
summary(W) # describes it
summary(as.mask(W)) # demonstrates current pixel resolution
Community examples
Looks like there are no examples yet.