Description Usage Arguments Details Value Author(s)
Check if two regions overlap.
1 | isOverlapping(region1, region2)
|
region1 |
A vector of row & column indices or an excel reference string for a single cell or a region. |
region2 |
A vector of row & column indices or an excel reference string for a region. |
Each region argument can be either a numeric vector or matrix of row & column indices (as returned by aref2idx or getReferenceCoordinatesForName) or an excel reference string (as returned by idx2aref). Also the first argument (region1) may refer to a single cell instead of a region (i.e. it may be a vector of length 2).
TRUE if region1 overlaps region2
Ben Veal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.