print.owin
From spatstat v1.64-1
by Adrian Baddeley
Print Brief Details of a Spatial Window
Prints a very brief description of a window object.
Usage
# S3 method for owin
print(x, …, prefix="window: ")
Arguments
- x
Window (object of class
"owin"
).- …
Ignored.
- prefix
Character string to be printed at the start of the output.
Details
A very brief description of the window x
is printed.
This is a method for the generic function print
.
See Also
Examples
# 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
# }
Community examples
Looks like there are no examples yet.