.findBorderOverlaps | R Documentation |
This function aims to find overlap instances among range of values in lines of 'x' (typically give just min & max)
.findBorderOverlaps(x, rmRedund = FALSE, callFrom = NULL)
x |
(matrix of numeric values or all-numeric data.frame) main input |
rmRedund |
(logical) report overlaps only in 1st instance (will show up twice otherwise) |
callFrom |
(character) allow easier tracking of message(s) produced |
This function returns a matrix with line for each overlap found, cols 'refLi' (line no), 'targLi' (line no), 'targCol' (col no)
nchar
aa <- 11:15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.