On 10/26/05 8:40 AM, "A Ezhil" <[EMAIL PROTECTED]> wrote:

> Dear All,
> 
> How can I store hist() or any plot output graphics in
> PNG format? I tried with bitmap() but not getting the
> result. Appreciate your help on fixing this.

help.search('png')

Or

?png 

Gets you the answer.

png('file.png')
hist(x)
dev.off()

Sean

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to