bin {miscFuncs}R Documentation

bin function

Description

A function to convert decimal to binary

Usage

bin(n)

Arguments

n

a non-negative integer

Value

the binary representation stored in a vector.


[Package miscFuncs version 1.5-8 Index]