Thanks.
I don't think you can... but you can make the plotting window larger ;)
Without kidding, assuming that this is meant to be output to a device
(pdf, png etc.), what you can do is make the device larger; the legend
(which has a fixed size) would then be relatively smaller. The rest of
the plot will be shrinked and that can be a problem for the text but
you can increase its size with:
theme_set(theme_gray(16))
All your lines will still appear thiner but that would be more complex
to sort out.
That's a clunky workaround but this is the only way I know to change
the relative size of items (in base R or in ggplot for that matter).
JiHO
---
http://maururu.net
HTH,
baptiste
> --
> You received this message because you are subscribed to the ggplot2 mailing list.
> To post to this group, send email to ggp...@googlegroups.com
> To unsubscribe from this group, send email to
> ggplot2+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/ggplot2
> --
> You received this message because you are subscribed to the ggplot2 mailing
>list.
> Please provide a reproducible example: http://gist.github.com/270442
>
> To post: email ggp...@googlegroups.com
> To unsubscribe: email ggplot2+u...@googlegroups.com
> More options: http://groups.google.com/group/ggplot2
>