Message-ID: <loom.20041103T194633-105@post.gmane.org>
Date: 2004-11-03T18:48:48Z
From: Gabor Grothendieck
Subject: Legend placement in barplot?
Dan Bolser <dmb <at> mrc-dunn.cam.ac.uk> writes:
:
: This has been asked before, but all the answers are hidiously complex.
:
: The
:
: legend.text=TRUE
:
: option of barplot is almost exactly what I need, except I need a
:
: legend.placement='tl'
:
: (top left) option. This option would be in contrast to the default
: placement which we could call 'tr' (top right).
:
: Anyone know how to edit the barplot code to make this change? Could
: someone like me work out how to do this?
:
: Cheers,
: Dan.
Check out gplots::smartlegend (in the R 2.0.0 gregmisc bundle).