## S3 method for class 'owin':
summary(object, \dots)
"owin"
).object
is printed. This is a method for the generic function summary
.
summary
,
summary.ppp
,
print.owin
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
Run the code above in your browser using DataLab