Re: [R] textplot in layout

2011-10-25 Thread Ben quant
Perfect, thanks! ben On Tue, Oct 25, 2011 at 8:12 AM, Eik Vettorazzi wrote: > Hi Ben, > maybe mtext is of more help here? > > par(mar=c(7,3,3,3)) > plot(year,rate,main='main',sub='sub') > mtext('test',cex=1,side=1,line=5) > box() > > cheers > > Am 25.10.2011 15:26, schrieb Ben quant: > > Hello,

Re: [R] textplot in layout

2011-10-25 Thread Eik Vettorazzi
Hi Ben, maybe mtext is of more help here? par(mar=c(7,3,3,3)) plot(year,rate,main='main',sub='sub') mtext('test',cex=1,side=1,line=5) box() cheers Am 25.10.2011 15:26, schrieb Ben quant: > Hello, > > Someone (Erik) recently posted about putting text on a plot. That thread > didn't help. I'd lik

[R] textplot in layout

2011-10-25 Thread Ben quant
Hello, Someone (Erik) recently posted about putting text on a plot. That thread didn't help. I'd like to put text directly below the 'sub' text (with no gap). The code below is the best I can do. Note the large undesirable gap between 'sub' and 'test'. I'd like the word 'test' to be just below the