Displaying 1 result from an estimated 1 matches for "levels_vs2d".
2011 Jan 29
0
Using 'contour' to compare concentration profiles on the same plot
....0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,
0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.995100,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0)
,nrow=20,ncol=40,byrow=T)
levels_vs2d <- pretty(range(vs2d, finite=TRUE), 5)
contour(t(vs2d), levels=levels_vs2d, col="red", labcex=1.2, drawlabels=TRUE)
contour(t(mt3d), levels=levels_vs2d, col="blue", labcex=1.2,
drawlabels=TRUE, add=T)
--
View this message in context: http://r.789695.n4.nabble.com/Using-cont...