Helper function for axis labels using base plotting
axis_fun(
side,
at,
at2,
labels,
cex.axis = 1,
line = -0.25,
lwd = 1,
maj.tcl = -0.6,
min.tcl = -0.3,
las = 1,
axisLine = 0,
...
)
an integer specifying which side of the plot the axis is to be drawn on. The axis is placed as follows: 1=below, 2=left, 3=above and 4=right.
major points at which tick-marks are to be drawn. Non-finite (infinite, NaN or NA) values are omitted.
minor point at which tick-marks are to be drawn. Non-finite (infinite, NaN or NA) values are omitted.
major tick mark labels
size of major axis labels text (default = 1)
the number of lines into the margin at which the axis line will be drawn (default = -0.25)
line widths for the axis line and the tick marks
length of major ticks
length of minor ticks
direction of text
the number of lines into the margin at which the axis line will be drawn
a function that provides major and minor ticks with labels
see axis() function