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.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au and Rolf Turner rolfturner@posteo.net
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
owin() # the unit square 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