vbin: vectorized bin function

View source: R/doofa.R

vbinR Documentation

vectorized bin function

Description

vectorized bin function

Usage

vbin(x)

Arguments

x

a vector of length m with positive integers less than or equal to m

Value

a binary matrix

Examples

vbin(c(3,1,2));

doofa documentation built on June 22, 2024, 7:39 p.m.

Related to vbin in doofa...