labelsXrotate: Manipulate labels of ggplot output

View source: R/ggplot2-helper.R

labelsXrotateR Documentation

Manipulate labels of ggplot output

Description

Allows to rotate the labels of the x-/y-axis of ggplot2 plots. Useful in case of overlap.

Usage

labelsXrotate(angle = 90)

labelsYrotate(angle = 90)

labelsXremove()

labelsYremove()

Arguments

angle

Numeric value. Denotes the angle with which the labels are to be rotated.

Value

gg object that can be added to ggplots via the +-operator


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.