[R] Tcl error - brace in argument?

Peter Dalgaard p.dalgaard at biostat.ku.dk
Fri Nov 26 17:43:14 CET 2004


Peter Dalgaard <p.dalgaard at biostat.ku.dk> writes:

> Matthew Dowle <mdowle at concordiafunds.com> writes:
> 
> > Hi all,
> >  
> > Does anyone know a solution for this error ?
> >  
> > > tkwidget(dlg, "iwidgets::spinint", range="{0 23}")
> 
> I suspect you want range=as.tclObj(c(0,23)) or something like that,
> i.e. a Tcl list of two numbers, not a five-character string.

On second thoughts: I think range=c(0,23) should do.

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




More information about the R-help mailing list