[BioC] Problem with exporting graph from plotPCA() in a DESeq2 function
Fabrice Chatonnet
fabrice.chatonnet at ens-lyon.org
Mon Feb 10 15:30:49 CET 2014
Michael Love <michaelisaiahlove at ...> writes:
> hi Fabrice,
>
> plotPCA() returns a call to xyplot() which is a function of the lattice
> package. I didn't try this yet, but typically the solution with lattice
> plots is a print call:
>
> plt <- plotPCA(...)
> print(plt)
>
> see
> http://stat.ethz.ch/R-manual/R-devel/library/lattice/html/print.trellis.html
>
> Mike
>
> On Mon, Feb 10, 2014 at 8:32 AM, Fabrice Chatonnet [guest] <
> guest at ...> wrote:
Thanks a lot, it did the trick!
Now I have a beautiful function to help my colleagues!
Have a nice day (since you made mine, it the least I can write!),
Fabrice.
More information about the Bioconductor
mailing list