n_numbers_smaller: Number of elements smaller than input

View source: R/utils.R

n_numbers_smallerR Documentation

Number of elements smaller than input

Description

Computes the number of elements in 'numbers' smaller than each of the elements in input 'x'.

Usage

n_numbers_smaller(x, numbers)

Arguments

x

A numeric vector with input elements

numbers

A numeric vector with numbers which

Value

A vector of integer values of same length as x


JosepER/lissyrtools documentation built on Jan. 26, 2025, 10:01 p.m.