Skip to content
Prev 70094 / 398503 Next

legend as a subtitle

Ravi.Vishnu at outokumpu.com wrote:

            
Look at the following code and read the corresponding help pages:

  plot(1:10, xlab="")
  ## clipping to device region rather than plot region:
  par(xpd=NA)
  legend(mean(par("usr")[1:2]), 0,
    legend="nonsense", xjust=0.5)

Uwe Ligges