Intersection Of Boxes Of Arbitrary Dimension
Yields the intersection of boxes of arbitrary dimension (of class "boxx"
).
intersect.boxx(..., fatal=FALSE)
... |
Boxes (of class |
fatal |
Logical. Determines what happens if the intersection is empty: If true |
If the intersection is empty, then if fatal=FALSE
the result is NULL
,
while if fatal=TRUE
an error occurs.
A box (object of class "boxx"
)
or possibly NULL
.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk.
intersect.boxx(boxx(c(-1,1),c(0,2)), boxx(c(0,3),c(0,1)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.