Re: [R] Rjava, RImageJ, and/or S4 question.

2009-10-28 Thread Romain Francois
Hello, On 10/28/2009 12:21 AM, Robert Baer wrote: I am out of my league with this question. The following code starts the java imaging program ImageJ from within R, and displays an image (assuming ImageJ is installed on your computer). It does not assume ImageJ is installed, a version of

[R] Rjava, RImageJ, and/or S4 question.

2009-10-27 Thread Robert Baer
I am out of my league with this question. The following code starts the java imaging program ImageJ from within R, and displays an image (assuming ImageJ is installed on your computer). library(RImageJ) img <- IJ$openImage( file.choose() ) #pick an available .tif file img$show()# make