Entering edit mode
Foata,Francis,LAUSANNE,NRC/N&H
▴
40
@foatafrancislausannenrcnh-546
Last seen 10.2 years ago
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]]