Re: [R] how to plot the circles in matrix form

2005-11-09 Thread Roger D. Peng
Would 'symbols()' be of use? -roger shanmuha boopathy wrote: Could you help me to plot the circles in the form of matrix like O O O O O O O O O O O O thank you.. with regards, boopathy. Thirumalai Shanmuha Boopathy, Zimmer no : 07-15, Rütscher strasse 165,

[R] how to plot the circles in matrix form

2005-11-08 Thread shanmuha boopathy
Could you help me to plot the circles in the form of matrix like O O O O O O O O O O O O thank you.. with regards, boopathy. Thirumalai Shanmuha Boopathy, Zimmer no : 07-15, Rütscher strasse 165, 52072 Aachen . Germany. Home zone : 0049 - 241 - 9813409 Mobile zone : 0049

Re: [R] how to plot the circles in matrix form

2005-11-08 Thread Adaikalavan Ramasamy
m - matrix(0, nc=4, nr=3) plot( 0, xlim=c( 1, ncol(m) ), ylim=c( 1, nrow(m) ), type=n, ann=F, axes=F ) points( expand.grid( 1:ncol(m), 1:nrow(m) ), pch=1 ) Run the last example in help(points) for more refinements and options. Regards, Adai On Tue, 2005-11-08 at 13:36 -0800,

Re: [R] how to plot the circles in matrix form

2005-11-08 Thread Gabor Grothendieck
Check out balloonplot in package gplots. On 11/8/05, shanmuha boopathy [EMAIL PROTECTED] wrote: Could you help me to plot the circles in the form of matrix like O O O O O O O O O O O O thank you.. with regards, boopathy. Thirumalai Shanmuha Boopathy, Zimmer no : 07-15,