Part 64 Axis guides
guide_axis()
controls how the axes appear.
The main use is to control label overlap and change the axis position.
Some useful arguments are:
title
- Set the title of the axis guide
check.overlap
- Drop some labels if they overlap?
- Mostly usful if the values are ordered.
angle
- Rotation in degrees of axis labels
- This is usually very hard to read and should be avoided.
n.dodge
- Put labels on multiple rows/columns to avoid overlap?
- A number indicating how many rows/columns
position
- Where to put the axis?
"top"
,"bottom"
,"left"
,"right"