[R] reading BMP into R

David Forrest drf5n at maplepark.com
Mon Mar 12 21:10:50 CET 2007


On Mon, 12 Mar 2007, Milton Cezar Ribeiro wrote:

> Hi R-gurus
>
> How can I read my "bmp" files into R?

RSiteSearch('bmp')
system('convert my.bmp my.pnm')
library(pixmap)
?read.pnm

Dave
-- 
  Dr. David Forrest
  drf at vims.edu                                    (804)684-7900w
  drf5n at maplepark.com                             (804)642-0662h
                                    http://maplepark.com/~drf5n/



More information about the R-help mailing list