
Last chance! 50% off unlimited learning
Sale ends in
Yields the intersection of boxes of arbitrary dimension (of class "boxx"
).
intersect.boxx(..., fatal=FALSE)
A box (object of class "boxx"
)
or possibly NULL
.
Boxes (of class "boxx"
).
Logical. Determines what happens if the intersection is empty: If true
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner rolfturner@posteo.net and Ege Rubak rubak@math.aau.dk.
If the intersection is empty, then if fatal=FALSE
the result is NULL
,
while if fatal=TRUE
an error occurs.
intersect.owin
,
boxx
intersect.boxx(boxx(c(-1,1),c(0,2)), boxx(c(0,3),c(0,1)))
Run the code above in your browser using DataLab