Get axis label for minorLogTicks
getAxisLabel(
i,
asValues,
logAxisType = c("normal", "flip", "pvalue"),
logBase,
base_limit = 2,
offset = 0,
symmetricZero = (offset > 0),
...
)
numeric
axis value
logical
indicating whether the value should be
evaluated.
character
string with the type of axis values:
"normal"
: axis values as-is.
"flip"
: inverted axis values, for example where negative values
should be displayed as negative log-transformed values.
"pvalue"
: for values transformed as -log10(pvalue)
numeric
logarithmic base
numeric
value indicating the minimum value that
should be written as an exponential.
numeric
value of offset used for log transformation.
logical
indicating whether negative values
should be displayed as negative log-transformed values.
additional arguments are ignored.
axis label as character
or expression
where necessary.
This function is intended to be called internally by
jamba::minorLogTicks()
.
Other jam practical functions:
breakDensity()
,
checkLightMode()
,
check_pkg_installed()
,
colNum2excelName()
,
color_dither()
,
diff_functions()
,
exp2signed()
,
fileInfo()
,
fixYellow()
,
handleArgsText()
,
heads()
,
isFALSEV()
,
isTRUEV()
,
jamba
,
jargs()
,
kable_coloring()
,
lldf()
,
log2signed()
,
make_html_styles()
,
make_styles()
,
match_unique()
,
mergeAllXY()
,
middle()
,
minorLogTicks()
,
newestFile()
,
printDebug()
,
renameColumn()
,
rmInfinite()
,
rmNAs()
,
rmNA()
,
rmNULL()
,
sclass()
,
sdim()
,
setPrompt()