[maImage: Draw multiple spatial plots on the SAME grap h]
1
0
Entering edit mode
@michael-watson-iah-c-378
Last seen 10.1 years ago
Look at ?split.screen The function split.screen splits the active display into several different areas, defined by the arguments. Then screen(#) selects which screen the NEXT command will be drawn on. I imagine you want something like: split.screen(c(2,2)) screen(1) maImage(christian.raw[,1], x="maGf") screen(2) maImage(christian.raw[,1], x="maGb") screen(3) maImage(christian.raw[,1], x="maRf") screen(4) maImage(christian.raw[,1], x="maRb") -----Original Message----- From: Foata,Francis,LAUSANNE,NRC/N&H [mailto:francis.foata@rdls.nestle.com] Sent: 19 January 2004 14:29 To: 'bioconductor@stat.math.ethz.ch' 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@stat.math.ethz.ch https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor
• 721 views
ADD COMMENT
0
Entering edit mode
Naomi Altman ★ 6.0k
@naomi-altman-380
Last seen 3.5 years ago
United States
An HTML attachment was scrubbed... URL: https://www.stat.math.ethz.ch/pipermail/bioconductor/attachments/ 20040120/8622c608/attachment.html
ADD COMMENT

Login before adding your answer.

Traffic: 607 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6