I have two legends on my ggplot with two different legend titles (automatically created from ggplot()). Now, I want to change this legend titles. + labs(
ggplot()
+ labs(
If I understood your point correctly, you can simply use + labs(shape = "shape legend title", colour = "colour legend title")
+ labs(shape = "shape legend title", colour = "colour legend title")