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