Skip to content
Prev 163940 / 398506 Next

legend at fixed distance form the bottom

inset= is measured from the margin so the trick is to inset it relative to the
top even if you want it at the bottom:

legend("top", pch = unique(listSymboles), legend = c("ane", "cheval",
"poney", "mule"),
  inset = c(0,1.1), horiz = TRUE, xpd = NA)

On Fri, Dec 5, 2008 at 8:39 AM, Christophe Genolini
<cgenolin at u-paris10.fr> wrote: