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