tukeyboxplot(data = data_long_labels,
y = score,
x = job,
by = affect) + (labs(x="Job Status", y="Attractiveness Score"))
My code. Im struggling to change the title of the by = affect from affect to Facial Expressions.
Searched it a lot on the web and have figured out have to change every other label but not this one.