Plots an axis the way an axis should be plotted.
nice_axis(..., las = 1, lwd = 0, lwd.ticks = par("lwd"), lend = 2)
Sent to axis
.
Rotation of axis labels. Always horizontal by default.
Width of the line drawn along the plot area. Omitted by default
since it overlaps with box
and causes it to look thicker
where the axis is.
Width of the tick lines. These are kept by default.
Line endings, see par
.