| lw {tcpl} | R Documentation |
Abbreviation for length(which(x))
Description
lw takes a logical vector, x, and returns
length(which(x)).
lw takes a logical vector, x, and returns
length(which(x)).
Usage
lw(x)
lw(x)
Arguments
x |
A logical |
Value
The length of the TRUE values in x
The length of the TRUE values in x
See Also
Other tcpl abbreviations:
is.odd(),
lu(),
sink.reset()
Other tcpl abbreviations:
is.odd(),
lu(),
sink.reset()
[Package tcpl version 3.1.0 Index]