Hi,
Thank everyone for you help. I got my histogram written to a file. Thanks
once again.
Aiste
2008/7/31 Jian Zhang <jlzhang@ucla.edu>
> Hi aiste,
> two easy example produce mypic.ps or mypic.pdf for you x<-rnorm(50)
> postscript("mypic.ps")
> hist(x)
> dev.off()
> pdf( mypic.pdf)
> hist(x)
> dev.off()
>
> try ?pdf, ?postscript, and look for the link of devices to find more help.
>
> Jian
>
> On Thu, Jul 31, 2008 at 11:47 AM, Aiste Aistike
<aiste.aistike@gmail.com
> > wrote:
>
>> Hello,
>>
>> I would like to ask if anyone could help me. I want to save images I
>> create
>> (e.g. histograms, boxplots, plots, etc.) to a file or files. Does
anyone
>> know how to do this?
>>
>> Thank you.
>>
>> Aiste
>>
>> [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> 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<http://www.r-project.org/posting-guide.html>
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
>
>
>
[[alternative HTML version deleted]]