powered by
Prints a very brief description of a window object.
# S3 method for owin print(x, …, prefix="window: ")
Window (object of class "owin").
"owin"
Ignored.
Character string to be printed at the start of the output.
A very brief description of the window x is printed.
x
This is a method for the generic function print.
print
print, print.ppp, summary.owin
print.ppp
summary.owin
# 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 # }
Run the code above in your browser using DataLab