Displaying 1 result from an estimated 1 matches for "l10ncol".
2012 Nov 08
1
A panel of contour plots through a iteration process
...ontour.plots in the same device, but it does not address my problem!
I emphasize that the 11 contour plots must be appeared in the same device
through an iteration process and NOT individually!
par(mfrow=c(4,3)) # I want them to appear like a 4*3 matrix
for(i in 1:11){
p[i]]<-matrix(p[[i]],nrow=l10ncol=length10,byrow=T)
filled.contour(p[i]], etc,etc...)
}
par(mfrow=c(1,1))
Any suggestions would be really appreciated! Thank you very much in
advance!!
All the best,
Loukia
[[alternative HTML version deleted]]