R-beta: problem with graphics parameter "fin"

Albrecht Gebhardt albrecht.gebhardt at uni-klu.ac.at
Sun May 24 11:17:59 CEST 1998


Hi,

I have the following problem (with R 0.61.3 an Linux, and a new and empty
workspace) 

> oldpar<-par()
> par(oldpar)
Error: attempt to set invalid value for graphics parameter "fin".
> oldpar$fin
[1] 6.992034 6.990803

but now:

> oldpar$fin <- c(6.99,6.99)
> par(oldpar)

it works.

It seems, that if I set oldpar$fin to values greater than listed above
(6.9920...) it stops to work:

> oldpar$fin <- c(7,7)
> par(oldpar)
Error: attempt to set invalid value for graphics parameter "fin".

and again

> oldpar$fin <- c(6.992034,6.990803)
> par(oldpar)
Error: attempt to set invalid value for graphics parameter "fin".

What does the par() values depend on? the X Server? 
It happens both on an 8bit and 24bit XFree display. 

It occurs also with no active x11() device (postscript() instead).

What's the matter? I tried the same on the DEC Alpha (but with R 0.61.1
!!) and it didn't happen. 

Sorry, but I have no more R 0.61.1 available on Linux, so I could not 
check it with an earlier version.



Albrecht


PS:
It does not appear with the R snapshot (from May 16).

------------------------------------------------------------------------------
Albrecht Gebhardt          email: albrecht.gebhardt at uni-klu.ac.at
Institut fuer Mathematik   Tel. : (++43 463) 2700/837
Universitaet Klagenfurt    Fax  : (++43 463) 2700/834
Villacher Str. 161         WWW  : http://www-stat.uni-klu.ac.at/~agebhard
A-9020 Klagenfurt, Austria
------------------------------------------------------------------------------

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list