View source: R/xgx_minor_breaks_log10.R
xgx_minor_breaks_log10 | R Documentation |
xgx_minor_breaks_log10
sets nice minor_breaks for log10 scale.
xgx_minor_breaks_log10(data_range)
data_range |
range of the data |
numeric vector of breaks
xgx_minor_breaks_log10(c(1, 1000))
xgx_minor_breaks_log10(c(0.001, 100))
xgx_minor_breaks_log10(c(1e-4, 1e4))
xgx_minor_breaks_log10(c(1e-9, 1e9))
xgx_minor_breaks_log10(c(1, 2))
xgx_minor_breaks_log10(c(1, 5))
xgx_minor_breaks_log10(c(1, 10))
xgx_minor_breaks_log10(c(1, 100))
xgx_minor_breaks_log10(c(1, 1.01))
xgx_minor_breaks_log10(c(1, 1.0001))
print(xgx_minor_breaks_log10(c(1, 1.000001)), digits = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.