[R] tcltk programming guide

2005-08-11 Thread Simone Gabbriellini
Dear List,
I'm looking for some documentation about the R tcltk package
The one I found in the help doesn't look exaustive, I need  
information on the use of the single tk widget, maybe with some examples

thank you,
simone gabbriellini

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk programming guide

2005-08-11 Thread John Zhang
Go to http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/. There are good 
examples.


X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch
Mime-Version: 1.0 (Apple Message framework v733)
To: R-help@stat.math.ethz.ch
From: Simone Gabbriellini [EMAIL PROTECTED]
Date: Thu, 11 Aug 2005 14:04:58 +0200
Subject: [R] tcltk programming guide
X-BeenThere: r-help@stat.math.ethz.ch
X-Mailman-Version: 2.1.6
List-Id: Main R Mailing List: Primary help r-help.stat.math.ethz.ch
List-Unsubscribe: https://stat.ethz.ch/mailman/listinfo/r-help, 
mailto:[EMAIL PROTECTED]
List-Archive: https://stat.ethz.ch/pipermail/r-help
List-Post: mailto:r-help@stat.math.ethz.ch
List-Help: mailto:[EMAIL PROTECTED]
List-Subscribe: https://stat.ethz.ch/mailman/listinfo/r-help, 
mailto:[EMAIL PROTECTED]
Content-Transfer-Encoding: 7bit
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on  
pascal.dfci.harvard.edu
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 autolearn=ham  
version=3.0.1

Dear List,
I'm looking for some documentation about the R tcltk package
The one I found in the help doesn't look exaustive, I need  
information on the use of the single tk widget, maybe with some examples

thank you,
simone gabbriellini

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Jianhua Zhang
Department of Medical Oncology
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115-6084

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk programming guide

2005-08-11 Thread Simone Gabbriellini
thank you, I knew that link, but I need something more document- 
oriented, more specific, i.e. if I want to know how to use tkadd,  
where should I look? or tkinsert and so on...

thanx,
simone

Il giorno 11/ago/05, alle ore 14:18, John Zhang ha scritto:

 Go to http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/. There  
 are good
 examples.



 X-Original-To: [EMAIL PROTECTED]
 Delivered-To: [EMAIL PROTECTED]
 X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch
 Mime-Version: 1.0 (Apple Message framework v733)
 To: R-help@stat.math.ethz.ch
 From: Simone Gabbriellini [EMAIL PROTECTED]
 Date: Thu, 11 Aug 2005 14:04:58 +0200
 Subject: [R] tcltk programming guide
 X-BeenThere: r-help@stat.math.ethz.ch
 X-Mailman-Version: 2.1.6
 List-Id: Main R Mailing List: Primary help r- 
 help.stat.math.ethz.ch
 List-Unsubscribe: https://stat.ethz.ch/mailman/listinfo/r-help,

 mailto:[EMAIL PROTECTED]

 List-Archive: https://stat.ethz.ch/pipermail/r-help
 List-Post: mailto:r-help@stat.math.ethz.ch
 List-Help: mailto:[EMAIL PROTECTED]
 List-Subscribe: https://stat.ethz.ch/mailman/listinfo/r-help,

 mailto:[EMAIL PROTECTED]

 Content-Transfer-Encoding: 7bit
 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on

 pascal.dfci.harvard.edu

 X-Spam-Level:
 X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00  
 autolearn=ham

 version=3.0.1


 Dear List,
 I'm looking for some documentation about the R tcltk package
 The one I found in the help doesn't look exaustive, I need
 information on the use of the single tk widget, maybe with some  
 examples

 thank you,
 simone gabbriellini

 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting- 
 guide.html


 Jianhua Zhang
 Department of Medical Oncology
 Dana-Farber Cancer Institute
 44 Binney Street
 Boston, MA 02115-6084

 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting- 
 guide.html


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] tcltk programming guide

2005-08-11 Thread John Fox
Dear Simone,

tcltk functions correspond closely to Tcl and Tk commands, so documentation
for the latter, available at http://wiki.tcl.tk/3109, is helpful. I also
found Welsch's Practical Programming in Tcl and Tk useful. I expect that
you've already seen Peter Dalgaard's two R News articles on the tcltk
package.

I hope this helps,
 John


John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Simone 
 Gabbriellini
 Sent: Thursday, August 11, 2005 9:43 AM
 To: John Zhang
 Cc: R-help@stat.math.ethz.ch
 Subject: Re: [R] tcltk programming guide
 
 thank you, I knew that link, but I need something more 
 document- oriented, more specific, i.e. if I want to know how 
 to use tkadd, where should I look? or tkinsert and so on...
 
 thanx,
 simone
 
 Il giorno 11/ago/05, alle ore 14:18, John Zhang ha scritto:
 
  Go to 
 http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/. There are 
  good examples.
 
 
 
  X-Original-To: [EMAIL PROTECTED]
  Delivered-To: [EMAIL PROTECTED]
  X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch
  Mime-Version: 1.0 (Apple Message framework v733)
  To: R-help@stat.math.ethz.ch
  From: Simone Gabbriellini [EMAIL PROTECTED]
  Date: Thu, 11 Aug 2005 14:04:58 +0200
  Subject: [R] tcltk programming guide
  X-BeenThere: r-help@stat.math.ethz.ch
  X-Mailman-Version: 2.1.6
  List-Id: Main R Mailing List: Primary help r- 
  help.stat.math.ethz.ch
  List-Unsubscribe: https://stat.ethz.ch/mailman/listinfo/r-help,
 
  mailto:[EMAIL PROTECTED]
 
  List-Archive: https://stat.ethz.ch/pipermail/r-help
  List-Post: mailto:r-help@stat.math.ethz.ch
  List-Help: mailto:[EMAIL PROTECTED]
  List-Subscribe: https://stat.ethz.ch/mailman/listinfo/r-help,
 
  mailto:[EMAIL PROTECTED]
 
  Content-Transfer-Encoding: 7bit
  X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on
 
  pascal.dfci.harvard.edu
 
  X-Spam-Level:
  X-Spam-Status: No, score=-2.6 required=3.0 tests=BAYES_00 
  autolearn=ham
 
  version=3.0.1
 
 
  Dear List,
  I'm looking for some documentation about the R tcltk 
 package The one 
  I found in the help doesn't look exaustive, I need 
 information on the 
  use of the single tk widget, maybe with some examples
 
  thank you,
  simone gabbriellini
 
  __
  R-help@stat.math.ethz.ch mailing list 
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide! 
 http://www.R-project.org/posting- 
  guide.html
 
 
  Jianhua Zhang
  Department of Medical Oncology
  Dana-Farber Cancer Institute
  44 Binney Street
  Boston, MA 02115-6084
 
  __
  R-help@stat.math.ethz.ch mailing list
  https://stat.ethz.ch/mailman/listinfo/r-help
  PLEASE do read the posting guide! http://www.R-project.org/posting- 
  guide.html
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! 
 http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html