lw: Abbreviation for 'length(which(x))'

View source: R/lw.R View source: R/tcplFit.R

lwR 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

length, which

length, which

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

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


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