breaks_symlog: Breaks symlog

View source: R/scale_breaks.R

breaks_symlogR Documentation

Breaks symlog

Description

Generate a breaks vector of size n with log1p symlog_trans spaced breaks.

Usage

breaks_symlog(n = 10)

Arguments

n

<int> the size of the output vector. Ouput size will be at least length-2 for finite input.

Details

If input range is non-finite, an empty vector is returned.

See Also

Other breaks: breaks_linear(), breaks_log(), breaks_manual(), breaks_power(), breaks_trans()

Examples

breaks_symlog(5)(-10:10)
breaks_symlog(5)(0:10)


anthonynorth/rdeck documentation built on Feb. 2, 2024, 1:12 p.m.