is.rectangle | R Documentation |
Determine whether a window is a rectangle, a polygonal region, or a binary mask.
is.rectangle(w)
is.polygonal(w)
is.mask(w)
w |
Window to be inspected. An object of class |
These simple functions determine whether a window w
(object of class "owin"
) is
a rectangle (is.rectangle(w) = TRUE
),
a domain with polygonal boundary (is.polygonal(w) = TRUE
),
or
a binary pixel mask (is.mask(w) = TRUE
).
Logical value, equal to TRUE
if w
is a window
of the specified type.
and \rolf
owin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.