Description Usage Arguments Details Value Author(s) See Also Examples
Computes the smallest rectangle containing a set of points.
1 | bounding.box.xy(x, y=NULL)
|
x |
vector of |
y |
(optional) vector of |
Given an observed pattern of points with coordinates
given by x
and y
, this function finds the smallest
rectangle, with sides parallel to the coordinate axes, that contains
all the points, and returns it as a window.
A window (an object of class "owin"
).
and \rolf
owin
,
as.owin
,
convexhull.xy
,
ripras
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.