[R] par(las=1) wirkt nicht

David Winsemius dwinsemius at comcast.net
Thu Jan 7 03:14:55 CET 2016


> On Jan 6, 2016, at 10:27 AM, Hans Haußmann <hhaussmann at arcor.de> wrote:
> 
> Hallo R-Experten,
> 
> ich habe seit Kurzem einige Grafiken entwickelt mit R.
> Wenn ich Grafikparameter wie z.B. "las" oder "tcl" im plot-Befehl definiere, funktioniert das. Wenn ich aber im Skript "par(las=1, tcl=0.5)" schreibe, bleibt das ohne Wirkung. Woran kann das liegen?

Ich sprechen ein bisschen Deutsch. ... and my spelling is quite suspect. So, dropping this into google-translate and correcting the obvious mistakes, I get:
----------
Hi R experts ,

I have recently developed some graphics with R.
If I [use] graphics parameters such as "las" or "tcl" defining the plot command , it works . But if I [use] in the script " par (las = 1 , tcl = 0.5 ) " writing that has no effect. Why is that ?
-----------

I'm perhaps confused about what is actually occurring. Are you expecting an existing plot to be affected by executing a call to par()? You will be disappointed if that is the case. R graphics are ink-on-paper; one cannot expect an existing plot to be affected by simply using par(...). Existing plots in hte interactive device wiill be replace or overwritten depending on the settings of par's new parameter or possibly depending on a graphics functions add parameter setting.



Best regards

-- 
David Winsemius
Alameda, CA, USA



More information about the R-help mailing list