Description Usage Arguments Value Examples
View source: R/trans_objects.R
This is a generic, for which methods could be written to calculate minor
breaks between major breaks on classes. It defaults to
regular_minor_breaks
.
1 | vec_minor_breaks(b, limits, n)
|
b |
Major break positions |
limits |
The limits |
n |
The desired number of minor breaks between two major breaks |
A numeric vector
1 | vec_minor_breaks(1:5, c(0, 6), 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.