lu: Abbreviation for 'length(unique(x))'

View source: R/lu.R View source: R/tcplFit.R

luR Documentation

Abbreviation for length(unique(x))

Description

lu takes a logical vector, x, and returns length(unique(x)).

lu takes a logical vector, x, and returns length(unique(x)).

Usage

lu(x)

lu(x)

Arguments

x

A logical

Value

The unique of the TRUE values in x

The unique of the TRUE values in x

See Also

unique, which

unique, which

Other tcpl abbreviations: is.odd(), lw(), sink.reset()

Other tcpl abbreviations: is.odd(), lw(), sink.reset()


tcpl documentation built on Oct. 7, 2023, 1:06 a.m.