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

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Tue, 12 Aug 1997 16:16:12 +0200


>>>>> "Kurt" == Kurt Hornik <hornik@ci.tuwien.ac.at> writes:

    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
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-