Re: [R] attention plot

2008-06-18 Thread Gabor Grothendieck
Perhaps gplot from sna package? library(gplot) gplot(rgraph(5), vertex.sides = 4, vertex.cex = 1:5, vertex.col = 1:5) On Wed, Jun 18, 2008 at 9:53 AM, Michael Schulte <[EMAIL PROTECTED]> wrote: > Dear all, > > I am looking for a method to draw multiple rectangles in different colors > plus arrow

[R] attention plot

2008-06-18 Thread Michael Schulte
Dear all, I am looking for a method to draw multiple rectangles in different colors plus arrows between them (given a data matrix with the relevant coordinate and size information). After looking around mainly on: http://cran.r-project.org/web/views/Graphics.html and the Rseek page the Grid p