Returns a set of labels for ggplot

xgx_labels_log10(breaks)

Arguments

breaks,

breaks for the function

Value

either character or expression

Examples

print(xgx_labels_log10(c(1e-5, 1, 1e5)))
#> [1] "1e-05" "1"     "1e+05"