## S3 method for class 'owin':
print(x, \dots)
"owin"
).x
is printed. This is a method for the generic function print
.
print
,
print.ppp
,
summary.owin
owin() # the unit square
data(demopat)
W <- demopat$window
W # just says it is polygonal
as.mask(W) # just says it is a binary image
Run the code above in your browser using DataLab