print.owin {spatstat} | R Documentation |
Prints a very brief description of a window object.
## S3 method for class 'owin' print(x, ...)
x |
Window (object of class |
... |
Ignored. |
A very brief description of the window x
is printed.
This is a method for the generic function print
.
Adrian Baddeley Adrian.Baddeley@csiro.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
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