Re: [R] Using ggplot2 I need to move the location of legend to on the plot

2009-01-31 Thread Juliet Hannah
Try these options: p + opts(legend.position="top") p + opts(legend.position=c(0.5,0.5)) On Fri, Jan 30, 2009 at 5:53 PM, Jason Rupert wrote: > > Thanks again for the hints about adding the vertical line to the hist plot > and in ggplot. That worked great. > > Based on that advice I've been fli

[R] Using ggplot2 I need to move the location of legend to on the plot

2009-01-31 Thread Jason Rupert
  Thanks again for the hints about adding the vertical line to the hist plot and in ggplot.  That worked great.    Based on that advice I've been flipping through the ggplot2 doc and ggplot-static\index.html webpage more looking for the answer to the next question.    Unfortunately, I haven't s