Re: [R] size of a pixmap image

2003-08-14 Thread Roger Bivand
On 7 Aug 2003, Tito de Morais Luis wrote: > Dear listers, > > I loaded a pixmap image with: > brobo <- read.pnm("brobo.pnm") > > I can have the characteristics of the image with: > > brobo > Pixmap image > Type : pixmapRGB > Size : 609x682 > Resolution: 1x1 > Boundi

[R] size of a pixmap image

2003-08-08 Thread Tito de Morais Luis
Dear listers, I loaded a pixmap image with: brobo <- read.pnm("brobo.pnm") I can have the characteristics of the image with: > brobo Pixmap image Type : pixmapRGB Size : 609x682 Resolution: 1x1 Bounding box : 0 0 682 609 How can I retrieve the image size ? nrow(bro