label_notation_precision | R Documentation |
Create middle labels with 'precision format' (internal)
label_notation_precision(
breaks,
brk_length,
precision,
divider,
left.open,
rightmost.closed
)
breaks |
Numeric vector of breakpoints supplied to |
brk_length |
Length of number of breaks provided to parent function. |
precision |
Numeric value, determines how to adjust boundary of labels. Default will determine from provided breaks (e.g. 1 decimal place means precision of 0.1). |
divider |
Character defining the symbol separating adjacent label values (default is a dash). |
rightmost.closed |
Logical; passed to |
create_breaks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.