to.binom: Convert to binary

Description Usage Arguments Value Author(s) Examples

Description

make a binary vector out of a number

Usage

1
to.binom(int, n = floor(log2(int)) + 1)

Arguments

int

integer

n

length of binary vector

Value

binary vector

Author(s)

Florian Klinglmueller

Examples

1
to.binom(3,4)

floatofmath/resamplingMCP documentation built on May 16, 2019, 1:21 p.m.