Description Usage Arguments Value Examples
View source: R/trans_objects.R
This is a generic, for which methods could be written to calculate breaks on
classes. It defaults to a function based on
breaks_extended.
1 | vec_major_breaks(x, n = 5, ...)
|
x |
A vector that can be interpreted as a range of values. |
n |
Desired number of breaks. |
... |
Other arguments passed on to downstream functions. |
A numeric vector
1 | vec_major_breaks(1:20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.