[BioC] [maImage: Draw multiple spatial plots on the SAME graph]
Sean Davis
sdavis2 at mail.nih.gov
Mon Jan 19 16:52:07 MET 2004
Prior to the plots, give the command:
par(mfrow=c(2,2))
See ?par for more information.
Sean
----- Original Message -----
From: "Foata,Francis,LAUSANNE,NRC/N&H" <francis.foata at rdls.nestle.com>
To: <bioconductor at stat.math.ethz.ch>
Sent: Monday, January 19, 2004 9:28 AM
Subject: [BioC] [maImage: Draw multiple spatial plots on the SAME graph]
> Hello,
>
> I have a stupid problem: I want to draw four spatial plots on the SAME
> graph. Here is the R code I've tried but it does not work :
>
> par(mfrow=c(2,2))
> maImage(christian.raw[,1], x="maGf")
> maImage(christian.raw[,1], x="maGb")
> maImage(christian.raw[,1], x="maRf")
> maImage(christian.raw[,1], x="maRb")
>
> The plots are drawn one after the other
>
> Does someone know how to handle this problem ?
>
> Thanks,
>
> Francis
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> 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