xgxr (version 1.0.0)

xgx_labels_log10: Nice labels for log10.

Description

Returns a set of labels for ggplot

Usage

xgx_labels_log10(breaks)

Arguments

breaks,

breaks for the function

Value

either character or expression

Examples

Run this code
# NOT RUN {
print(xgx_labels_log10(c(1e-5, 1, 1e5)))

# }

Run the code above in your browser using DataCamp Workspace