[BioC] save a histogram into file

Vincent Carey stvjc at channing.harvard.edu
Tue Jan 5 18:42:05 CET 2010


This is for R-help.  But FYI you must start the driver then issue
graphics commands, then shut down to close the target file.

pdf("myfile.pdf")
hist(x)
dev.off()



On Tue, Jan 5, 2010 at 1:09 AM, Arici Pogonici <arici.voievod at gmail.com> wrote:
> Dear All,
>
> please could you advice on how to save a histogram into a file:
>
> I generate the histogram by using > hist command; then I use
>> pdf() or >jpeg() or > postscript(0, but none works. Thanks .
>
> arici
>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
>



More information about the Bioconductor mailing list