Skip to content
Prev 275477 / 398506 Next

textplot in layout

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: