Re: [R] .Internal(filledcontour()) - ancient history or just plain wrong?

2014-06-14 Thread Prof Brian Ripley
On 14/06/2014 10:30, Raphael Päbst wrote: You are right, it was there is no .Internal function 'filledcontour' and changing it to .filled.contour() removed the problem. Just out of curiosity, would the old version with .Internal(filledcontour()) have worked on older R-Versions? Possibly.

Re: [R] .Internal(filledcontour()) - ancient history or just plain wrong?

2014-06-14 Thread Raphael Päbst
You are right, it was   there is no .Internal function 'filledcontour' and changing it to .filled.contour() removed the problem. Just out of curiosity, would the old version with .Internal(filledcontour()) have worked on older R-Versions? Not that I fully understand how .Internal() works and sh

Re: [R] .Internal(filledcontour()) - ancient history or just plain wrong?

2014-06-14 Thread Prof Brian Ripley
On 14/06/2014 10:04, Raphael Päbst wrote: Hello everyone! In my ongoing odyssey through badly dokumented and sparingly commented R-code, I've come across something that baffles me. The following line of code .Internal(filledcontour(as.double(x), as.double(y), z, as.double(levels), col = col))

[R] .Internal(filledcontour()) - ancient history or just plain wrong?

2014-06-14 Thread Raphael Päbst
Hello everyone! In my ongoing odyssey through badly dokumented and sparingly commented R-code, I've come across something that baffles me. The following line of code .Internal(filledcontour(as.double(x), as.double(y), z, as.double(levels), col = col)) not surprisingly results in an error, telling