How to save image to JPEG version under Linux?
2
0
Entering edit mode
F Duan ▴ 100
@f-duan-848
Last seen 9.6 years ago
Dear All, I used "image()" function to create an image in Affy package under Linux. However, I didn't find the option to save the pop-up image into JPEG like what I did under windows. Could anyone tell me how to do that? Thanks a lot. Frank
affy affy • 3.1k views
ADD COMMENT
0
Entering edit mode
Zhijin Wu ▴ 410
@zhijin-wu-438
Last seen 9.6 years ago
start with jpeg(filename="filename.jpeg") and then do your image() stuff. read the help for "jpeg" function for more details On Wed, 15 Sep 2004, F Duan wrote: > Dear All, > > I used "image()" function to create an image in Affy package under Linux. > However, I didn't find the option to save the pop-up image into JPEG like what > I did under windows. Could anyone tell me how to do that? > > Thanks a lot. > > Frank > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
Look at ?jpeg. You need to do something like: jpeg('junk.jpg') image(....) dev.off() This will save the image in junk.jpg. You will not see it on the screen. Sean On Sep 15, 2004, at 6:14 PM, F Duan wrote: > Dear All, > > I used "image()" function to create an image in Affy package under > Linux. > However, I didn't find the option to save the pop-up image into JPEG > like what > I did under windows. Could anyone tell me how to do that? > > Thanks a lot. > > Frank > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT

Login before adding your answer.

Traffic: 784 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6