breaks_symlog | R Documentation |
Generate a breaks vector of size n
with log1p symlog_trans spaced breaks.
breaks_symlog(n = 10)
n |
< |
If input range is non-finite, an empty vector is returned.
Other breaks:
breaks_linear()
,
breaks_log()
,
breaks_manual()
,
breaks_power()
,
breaks_trans()
breaks_symlog(5)(-10:10)
breaks_symlog(5)(0:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.