Skip to content
Prev 438 / 63424 Next

R-alpha: R 0.50.a3: title( .. adj= x) AND mtext( .. adj= x)

Kurt> Not sure if I already reported this ... it seems that as of
    Kurt> 0.50.a2, the adj graphics parameter is completely ignored.  Try
    Kurt> e.g.
    Kurt>	plot(1:10)
    Kurt>	title(main = "This is a title", adj = 0)
    Kurt>	title(main = "This is a title", adj = 1)

    Kurt> No difference ...

true.
	{{are you sure if your example worked before ??}}


For  'mtext(..)'  adj does something but not the proper one :

	plot(1:10)#-- or just in the plot above..

	mtext( "This is an 'mtext(.. adj=0)'", adj = 0)
	mtext( "This is an 'mtext(.. adj=1)'", adj = 1)
	## is different but result is WRONG: adj=1 is LEFT of adj=0


for  'text(..)'   adj works as it should, at least in the cases I used it.
					 [ -> see the example in  ?text]
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Message-ID: <199708121416.QAA02795@sophie.ethz.ch>
In-Reply-To: <199708111336.PAA00438@aragorn.ci.tuwien.ac.at> (message from Kurt Hornik on Mon, 11 Aug 1997 15:36:07 +0200)