shrink.halves: Shrink a number by dividing it into halves.

View source: R/shrink.R

shrink.halvesR 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

hedgehog documentation built on Nov. 6, 2025, 1:11 a.m.