Displaying 1 result from an estimated 1 matches for "maxwater".
Did you mean:
maxiter
2008 Jan 05
1
mfrow for levelplot?
hello
could anyone tell my, why I do not suceed with mfrow?
par(mfrow=c(4,4))
for (i in 5:17){
levelplot(maxwater[,i]~maxwater$V1*maxwater$V2, col.regions=whiteblue(5), xlab="", cuts=4)
}
Thanks
Marc
--