version, please email me.
Cheers,
Matthew Walker
Joshua Wiley wrote:
Hello Matthew,
I do not have a direct answer to your problem, but you could try
saving it as an EPS and then rasterizing it using a graphics program
(e.g., GIMP) to whatever resolution you wanted.
Best luck finding a real
__
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.
Dieter Menne wrote:
Matthew Walker wrote:
I expect that if I change only the resolution of an image, although the
image would have more pixels, if viewed in the same physical size, the
elements in the image would have the same physical size but with more
detail.
The sample you
nits="in", res=72)
plot(0,0, main="Title Text")
dev.off()
png("300dpi.png", width=6+2/3, height=6+2/3, units="in", res=300)
plot(0,0, main="Title Text")
dev.off()
png("600dpi.png", width=6+2/3, heig
return(TRUE)
}
What am I doing wrong when I use rep()?
Thanks in advance,
Matthew Walker
__
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
5 matches
Mail list logo