The graph I plotted in ggplot looks like this:
The legend includes greek letter. Currently the legend is outside the graph. I want to move the legend inside the graph. How can I do that. The code:
p + theme(legend.position=c(1,7))
does not work. In fact it vanishes the whole legend.
Can anyone please help me?