lw {GladiaTOX} | R Documentation |
length(which(x))
lw
takes a logical vector, x
, and returns
length(which(x))
.
lw(x)
x |
A logical |
The length of the TRUE
values in x
Other gtox abbreviations: is.odd
,
lu
, sink_reset
lw(c(TRUE, FALSE, TRUE))