Skip to content

Tcl error - brace in argument?

3 messages · Matthew Dowle, Peter Dalgaard

#
Matthew Dowle <mdowle at concordiafunds.com> writes:
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.

  
    
#
Peter Dalgaard <p.dalgaard at biostat.ku.dk> writes:
On second thoughts: I think range=c(0,23) should do.