R/ggstrat-themes.R
rotated_facet_labels.RdCommon plot modifications for stratigraphic plots
rotated_facet_labels(
angle = 45,
direction = "x",
remove_label_background = TRUE
)
rotated_axis_labels(angle = 90, direction = "x")An object or list of objects that can be added to a ggplot
library(ggplot2)
ggplot(mpg, aes(cty, hwy)) +
geom_point() +
facet_wrap(vars(class)) +
rotated_facet_labels(45, "x")