Description Usage Arguments Details Value See Also Examples
Complements the closed_breaks_log2 function.
1 | closed_labels(x, min_is_zero = FALSE)
|
x |
Vector of breaks for which to produce labels.
Typically, this is the output of |
min_is_zero |
Should the smallest break be displayed as zero (TRUE) or as the actual value (FALSE). Default: FALSE |
This is a helper for the feat
function.
feat
replaces numeric zeros with the next-smallest expression value
to avoid taking the logarithm of zero. min_is_zero
can be used to
display the lowest break of the color scale as zero in these cases.
Character vector with labels, used by feat
function.
label_scientific
label_number_auto
1 2 | # human readable output:
closed_labels(c(.001111,.122, 0.5, 10, 100, 1800))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.