[R] Using filled.contour and contour functions together

Xavier Bodin xavier.bodin at univ-savoie.fr
Mon Feb 14 13:41:24 CET 2011


Thanks to you, and to David Winsemius who replied, I finally found a
solution, which works pretty fine :

filled.contour(x,y,z, plot.axes = {axis(1); axis(2) ; contour(x,y,z2, add =
T); contour(x,y,z2, nlevels = 1, level = 0, add = T, lwd = 1.5)})


Xavier
-- 
View this message in context: http://r.789695.n4.nabble.com/Using-filled-contour-and-contour-functions-together-tp3301033p3304904.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list