Axis label for data.frame. Substitutes label attribute if present for column name, and puts units if present in parentheses, trailing. Puts 'log scale' in parentheses on a new line if log is TRUE.
# S3 method for data.frame
axislabel(x, var, log = FALSE, ...)
character
data.frame
item of interest
whether this is for a log scale
passed arguments
Other axislabel:
axislabel()
Other methods:
boxplot.data.frame()
,
categorical.data.frame()
,
corsplom.data.frame()
,
densplot.data.frame()
,
metaplot.data.frame()
,
pack.data.frame()
,
plot.metaplot_gtable()
,
print.metaplot_gtable()
,
scatter.data.frame()
,
unpack.data.frame()