print.owin | R Documentation |
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
.
and \rolf
print
,
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.