I'm using ggplot to make a graph with the legend positioned horizontally above the plot. There are multiple legends for my variables (ie color, shape, linetype).
+ theme(legend.position = 'top', legend.direction = "horizontal", legend.box = "horizontal")
Is there anyway to put the title of each legend above the descriptions rather than to the side
and/or
place the key above the label text.