regular_minor_breaks | R Documentation |
Places minor breaks between major breaks.
regular_minor_breaks(reverse = FALSE)
reverse |
if TRUE, calculates the minor breaks for a reversed scale |
m <- extended_breaks()(c(1, 10))
regular_minor_breaks()(m, c(1, 10), n = 2)
n <- extended_breaks()(c(0, -9))
regular_minor_breaks(reverse = TRUE)(n, c(0, -9), n = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.