Prints a very brief description of a window object.
# S3 method for owin
print(x, …, prefix="window: ")
Window (object of class "owin"
).
Ignored.
Character string to be printed at the start of the output.
A very brief description of the window x
is printed.
This is a method for the generic function print
.
# NOT RUN { owin() # the unit square data(demopat) W <- Window(demopat) W # just says it is polygonal as.mask(W) # just says it is a binary image # }