Re: [R] Using filled.contour and contour functions together

2011-02-14 Thread Xavier Bodin
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:/

Re: [R] Using filled.contour and contour functions together

2011-02-14 Thread Jannis
You should start reading the documentation of the functions you use. ?filled.contour gives you the following: ...The output produced by |filled.contour| is actually a combination of two plots; one is the filled contour and one is the legend. Two separate coordinate systems are set up for these

[R] Using filled.contour and contour functions together

2011-02-11 Thread Xavier Bodin
Dear R help contributors, I'd like to plot ground temperature with time on X-axis and depth on Y-axis on this datasets ( http://r.789695.n4.nabble.com/file/n3301033/NEdaily.csv NEdaily.csv ), and to do so I use the following commands: library(RSEIS) xNE <- seq(1, as.numeric