range_breaks {ggbrain} | R Documentation |
breaks function for including min + max with labels, and a few unlabeled ticks in between
Description
breaks function for including min + max with labels, and a few unlabeled ticks in between
Usage
range_breaks(n = 3, digits = 2)
Arguments
n |
number of breaks added within the min-max range |
digits |
number of decimal places to display |
Value
a function for generating breaks on a continuous scale with the min and max labeled
[Package ggbrain version 0.8.1 Index]