[BioC] Multiple plots
Gordon Smyth
smyth at wehi.edu.au
Thu Jul 3 02:43:59 MEST 2003
At 01:26 AM 3/07/2003, kfbargad at lg.ehu.es wrote:
>Hi all!
>
>I don´t know where, but I remember having seen an image of several MvA
>plots of a number of chips on the same picture.
>
>I know that to plot an MvA plot of one chip with a fitted line I
>should do something like
>
> > plot(ma, slide=1,main="MvA plot")
> > lowessCurve(ma)
>
>But what should I write if I want to get MvA plots of my 10 slides on
>the same figure?
lowessCurve is a function from com.braju.com which is not a Bioconductor
package, so you cannot expect to get detailed help on it here.
But try
par(mfrow=c(5,2))
and then give your plot commands again.
Gordon
>I have looked for an answer on the web, but can´t find anything. Any
>help would be much appreciated.
>
>Regards
>
>David
>
>_______________________________________________
>Bioconductor mailing list
>Bioconductor at stat.math.ethz.ch
>https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
More information about the Bioconductor
mailing list