Print Brief Details of a Spatial Window
Prints a very brief description of a window object.
## S3 method for class 'owin' print(x, ..., prefix="window: ")
x |
Window (object of class |
... |
Ignored. |
prefix |
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
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.