intersect.boxx | R Documentation |
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
.
.
intersect.owin
,
boxx
intersect.boxx(boxx(c(-1,1),c(0,2)), boxx(c(0,3),c(0,1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.