Ok, after realizing that even restarting R did not work, I found the
solution to my problem:

> grep("split",ls(all=T),value=T)
[1] ".split.cur.screen"    ".split.par.list"      ".split.saved.pars"   
[4] ".split.screens"       ".split.valid.screens"
> rm(list=grep("split",ls(all=T),value=T))

Sorry for the waste of bandwidth...
Giovanni

> Date: Wed, 29 Oct 2003 16:11:43 -0600 (CST)
> From: Giovanni Petris <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> Precedence: list
> 
> 
> Is there a way of `restarting' split.screen?
> This is what I am getting:
> 
> > close.screen()
> [1] 10 11 12 13
> > close.screen(all=TRUE)
> Error in par(args) : parameter "i" in "mfg" is out of range
> > graphics.off()
> > x11()
> > close.screen()
> [1] 10 11 12 13
> > close.screen(all=TRUE)
> Error in par(args) : parameter "i" in "mfg" is out of range
> 
> As you can see, closing the graphic device is not enough. 
> Is there a solution - short of restarting R?
> 
> In case it matters,
> 
> > version
>          _                   
> platform sparc-sun-solaris2.7
> arch     sparc               
> os       solaris2.7          
> system   sparc, solaris2.7   
> status                       
> major    1                   
> minor    8.0                 
> year     2003                
> month    10                  
> day      08                  
> language R                   
> 
> 
> Thank you in advance,
> Giovanni
> 
> -- 
> 
>  __________________________________________________
> [                                                  ]
> [ Giovanni Petris                 [EMAIL PROTECTED] ]
> [ Department of Mathematical Sciences              ]
> [ University of Arkansas - Fayetteville, AR 72701  ]
> [ Ph: (479) 575-6324, 575-8630 (fax)               ]
> [ http://definetti.uark.edu/~gpetris/              ]
> [__________________________________________________]
> 
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 
> 
> 


-- 

 __________________________________________________
[                                                  ]
[ Giovanni Petris                 [EMAIL PROTECTED] ]
[ Department of Mathematical Sciences              ]
[ University of Arkansas - Fayetteville, AR 72701  ]
[ Ph: (479) 575-6324, 575-8630 (fax)               ]
[ http://definetti.uark.edu/~gpetris/              ]
[__________________________________________________]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to