BTW - if you are using an image with little color (but many lines),
I remember reading that png is better to use then jpeg.
Tal
Contact
Details:---
Contact me: tal.gal...@gmail.com | 972-52-7275845
Read me: www.talgalili.com (He
Thank you everyone. Your advice helped. Right now I am working through
Introductory Statistics with R (Dalgaard) and will also take a look at
the R Manual.
--Karthik
[:-)]+|=0=''
On Sun, Feb 21, 2010 at 12:01 PM, Sharpie wrote:
>
>
> Karthik wrote:
>>
>> Hello Tal,
>> This is the code.
>>
>> -
Karthik wrote:
>
> Hello Tal,
> This is the code.
>
>
>> hist(rnorm(100))
>> jpeg("histogram.jpeg")
> ---
>
> Even when I decrease the quality, I still have the same problem.
>
>
>> hist(rnorm(100))
>> jpeg("histogram.j
Hi Karthik,
I think you will need to do something like
jpeg("histograms.jpg")
hist(rnorm(100))
dev.off()
HTH
Stephan
Karthik schrieb:
Hello Tal,
This is the code.
hist(rnorm(100))
jpeg("histogram.jpeg")
---
Even when I decrease the quality, I s
Hi,
just to make sure, you didn't forget to close the device with dev.off() ?
baptiste
On 21 February 2010 20:48, Karthik wrote:
> Hello Tal,
> This is the code.
>
>
>> hist(rnorm(100))
>> jpeg("histogram.jpeg")
> ---
>
> Even when I decrease the qua
Hello Tal,
This is the code.
> hist(rnorm(100))
> jpeg("histogram.jpeg")
---
Even when I decrease the quality, I still have the same problem.
> hist(rnorm(100))
> jpeg("histogram.jpeg",quality=30)
-
Hi Karthik,
Please give a sample code of what it is that you are doing that is causing
this.
Also, have a look at:
?pdf
Or
?png
Cheers,
Tal
Contact
Details:---
Contact me: tal.gal...@gmail.com | 972-52-7275845
Read me: www.tal
7 matches
Mail list logo