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
[EMAIL PROTECTED] (804)684-7900w
[EMAIL PROTECTED] (804)642-0662h
http://maplepark.com/~drf5n/
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.