Re: [R] PNG resolution

2010-01-29 Thread Matthew Walker
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

Re: [R] PNG resolution

2010-01-29 Thread 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.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] PNG resolution

2010-01-26 Thread Matthew Walker
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

[R] PNG resolution

2010-01-26 Thread Matthew Walker
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

[R] Error: object of type 'closure' is not subsettable

2010-01-13 Thread Matthew Walker
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