TRUE
from a binary logical function.R/st-any.R
st_any.RdConverts a logical matrix into a more manageable logical
vector. Each row of the logical matrix must meet the
min and max TRUE threshold (1 and Inf
by default, respectively).
st_any(x, at_least = 1L, at_most = Inf)
| x | (sgbp/matrix) Return object of a simple feature binary logical function. |
|---|---|
| at_least | (integer) Minimal occurences of |
| at_most | (integer) Maximum occurences of |
#>#> [1] TRUE TRUE TRUE TRUE TRUE TRUE#> [1] FALSE FALSE FALSE FALSE FALSE FALSE#>head(j)#> [1] TRUE TRUE TRUE TRUE TRUE TRUE