Rotate the x-axis text (tick mark labels).
rotate_x_text
(): Rotate x axis text.
rotate_y_text
(): Rotate y axis text.
rotate_x_text(angle = 90, hjust = NULL, vjust = NULL, ...)
rotate_y_text(angle = 90, hjust = NULL, vjust = NULL, ...)
numeric value specifying the rotation angle. Default is 90 for vertical x-axis text.
horizontal justification (in [0, 1]).
vertical justification (in [0, 1]).
other arguments to pass to the function
element_text()
.