Questions tagged [boolean]
The boolean tag has no summary.
1 question
3
votes
0
answers
119
views
Efficient Boolean Functions in R
I am developing a package with an R6 class, which operates recursively on a logical matrix. In order to repeatedly check constraints on this matrix, I must ...