Re: [R] importing bitmap images to R

2006-12-30 Thread Oleg Sklyar
http://bioconductor.org/packages/2.0/bioc/html/EBImage.html This will read/write about 95 image formats into R, all those supported by ImageMagick and provide many image processing filters. If Windows is your platform, this version will work on Windows as well (the version release in Bioconductor

Re: [R] importing bitmap images to R

2006-12-28 Thread Uwe Ligges
See package pixmap and Paul Murrel's talk from useR!2006: http://www.r-project.org/useR-2006/Slides/Murrell.pdf Uwe Ligges Michael Wolosin wrote: All - I'm creating some plots in R that I would like to overlay on images that are created outside of R. I've used image before to plot

Re: [R] importing bitmap images to R

2006-12-28 Thread Charles C. Berry
Following the posting guide suggests RSiteSearch(bitmap) which leads to http://finzi.psych.upenn.edu/R/Rhelp02a/archive/28384.html and http://finzi.psych.upenn.edu/R/Rhelp02a/archive/65284.html On Thu, 28 Dec 2006, Michael Wolosin wrote: All - I'm creating some

[R] importing bitmap images to R

2006-12-27 Thread Michael Wolosin
All - I'm creating some plots in R that I would like to overlay on images that are created outside of R. I've used image before to plot image-like data within R, and have added vector plots on top of them, but I can't find a way to read in an external bitmap file into R and use that.