Hi,

if I use the jpeg driver directly like

one <- read.table("sample.txt",sep="\t") 
jpeg(file="sample.JPG) 
plot(V2 ~ V1,one) 

and it did not plot anything! why is that?

the version of ghostscript that I installed i from the following link



http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl871.htm

and installed gs871w64.exe

thanks for your help
-- 
View this message in context: 
http://r.789695.n4.nabble.com/problem-with-Bitmap-tp2320477p2321592.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org 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.

Reply via email to