shrink.halves {hedgehog}R Documentation

Shrink a number by dividing it into halves.

Description

Shrink a number by dividing it into halves.

Usage

shrink.halves(x)

Arguments

x

number to produce halves of

Examples

shrink.towards(45)
# 22 11  5  2  1

[Package hedgehog version 0.1 Index]