[R] "par(tcl=0.5,las=1)" doesn't work

Hans Haußmann hhaussmann at arcor.de
Thu Jan 7 09:30:35 CET 2016


Hi Bert Gunter and David Winsemius,

sorry for sending my first post to R-help in German and thank you David 
for your efforts to translate.

Here are two scripts now. In the first one the graphics parameters "tcl" 
and "las" are not recognized, in the second one they are. Why not in the 
first one?

I am not sure whether I may attach the outputs of the two scripts, I 
just try.

Kind regards,

Hans Haußmann (Haussmann)
-------------- n�chster Teil --------------
S=read.table("Sarrazin-2.5",as.is = default.stringsAsFactors())
par(tcl=0.5,las=1)
png(file="partest-1.png",width=580,height=580)
dev.control("enable") 
plot(V3,V2,xlab=" ",ylab="BIP, rel. zu Deutschland", pch=16,xlim=c(630,930),ylim=c(95,135))
dev.off()
-------------- n�chster Teil --------------
S=read.table("Sarrazin-2.5",as.is = default.stringsAsFactors())
# par(tcl=0.5,las=1)
png(file="partest-2.png",width=580,height=580)
dev.control("enable") 
plot(V3,V2,xlab=" ",ylab="BIP, rel. zu Deutschland", pch=16,xlim=c(630,930),ylim=c(95,135),tcl=0.5,las=1)
dev.off()
-------------- n�chster Teil --------------
Ein Dateianhang mit Bin�rdaten wurde abgetrennt...
Dateiname   : partest-1.png
Dateityp    : image/png
Dateigr��e  : 4330 bytes
Beschreibung: nicht verf�gbar
URL         : <https://stat.ethz.ch/pipermail/r-help/attachments/20160107/57e400e9/attachment.png>
-------------- n�chster Teil --------------
Ein Dateianhang mit Bin�rdaten wurde abgetrennt...
Dateiname   : partest-2.png
Dateityp    : image/png
Dateigr��e  : 4296 bytes
Beschreibung: nicht verf�gbar
URL         : <https://stat.ethz.ch/pipermail/r-help/attachments/20160107/57e400e9/attachment-0001.png>


More information about the R-help mailing list