[R] Storing graphics output in PNG format.

Chuck Cleland ccleland at optonline.net
Wed Oct 26 14:47:10 CEST 2005


?png

For example:

 > png("c:/myplot.png")
 > plot(rnorm(100))
 > dev.off()

A Ezhil 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.
> 
> Thanks in Advance.
> 
> Regrads,
> Ezhil
> 
> ______________________________________________
> R-help at 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
> 

-- 
Chuck Cleland, Ph.D.
NDRI, Inc.
71 West 23rd Street, 8th floor
New York, NY 10010
tel: (212) 845-4495 (Tu, Th)
tel: (732) 452-1424 (M, W, F)
fax: (917) 438-0894




More information about the R-help mailing list