breaks_manual | R Documentation |
Generate a breaks vector with pre-determined threshold values.
breaks_manual(thresholds = 0.5)
thresholds |
< |
Wraps thresholds
in the range of input data (which may be null or non-finite).
Thresholds that fall outside the range of input are omitted from the output.
Other breaks:
breaks_linear()
,
breaks_log()
,
breaks_power()
,
breaks_symlog()
,
breaks_trans()
breaks_manual(0)(-10:10)
breaks_manual(c(-10, 0, 10))(-10:10)
breaks_manual(-1:1 * 1e6)(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.