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