Warning in par(args)

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
18 Jun 1998 00:41:39 +0200


Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:

> 
> I'm getting a lot of warning having to do with setting graphic parameters. I
> don't recall actually setting any of these, so I would guess they are being set
> by something I am calling. Has anyone already figured out where this is
> happening?
...
> Warning in par(args) : parameter "cin" can't be set
> Warning in par(args) : parameter "cra" can't be set
> Warning in par(args) : parameter "csi" can't be set
> Warning in par(args) : parameter "din" can't be set
...

This comes from constructions of the type

opar<-par()
work.work.work()
par(opar)

This gives complaints from unsettable items. Splus quietly omits them,
so I suppose that we really should do the same.


-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._