[R] RWiki, tcltk and plot

2007-03-30 Thread Alberto Monteiro
I think I - almost - got the knack for GUI programming using the tcltk library. Maybe I will update the RWiki with this: # # # library(tcltk) # # Create some matrix - nothing about tcltk here # matrix - cbind(rnorm(100), rpois(100, lambda=10),

Re: [R] RWiki, tcltk and plot

2007-03-30 Thread Dirk Eddelbuettel
On Fri, Mar 30, 2007 at 05:28:14PM -0200, Alberto Monteiro wrote: My question: is there any way to integrate the plot part into a tcltk window? Are you aware of the tkrplot package on CRAN ? Dirk -- Hell, there are no rules here - we're trying to accomplish something.

Re: [R] RWiki, tcltk and plot

2007-03-30 Thread Greg Snow
PM To: r-help@stat.math.ethz.ch Subject: [R] RWiki, tcltk and plot I think I - almost - got the knack for GUI programming using the tcltk library. Maybe I will update the RWiki with this: # # # library(tcltk) # # Create some matrix

Re: [R] RWiki, tcltk and plot

2007-03-30 Thread Alberto Monteiro
Dirk Eddelbuettel wrote: My question: is there any way to integrate the plot part into a tcltk window? Are you aware of the tkrplot package on CRAN ? No. Alberto Monteiro __ R-help@stat.math.ethz.ch mailing list