View source: R/base_functions.R
Alargerb | R Documentation |
Function which takes as input a matrix with 2 columns and a vector indicating left points of intervals [b, Infinity) and checks whether each interval in the matrix is contained within the corresponding interval derived from b.
Alargerb(A, b)
A |
Two column matrix containing intervals to be checked for being contained in b |
b |
Vector indicating left point in corresponding [b, Infinity) interval |
Matrix of size (nrow(A) * length(b)) with binary values indicating whether the intervals in A are contained in the ones induced by b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.