Learn R Programming

hedgehog (version 0.1)

shrink.halves: 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

Run this code
# NOT RUN {
shrink.towards(45)
# 22 11  5  2  1
# }

Run the code above in your browser using DataLab