filled.contour in R 3.0.x throws error
I have a customized function for plotting filled contours which is heavily based on Carey McGilliard and Bridget Ferris work ( http://wiki.cbr.washington.edu/qerm/sites/qerm/images/1/16/Filled.contour3.R ) and http://wiki.cbr.washington.edu/qerm/index.php/R/Contour_Plots . the filled.contour3 function runs perfectly in R 2.15.3 but throws an error in R 3.0.x Error in .Internal(filledcontour(as.double(x), as.double(y), z, as.double(levels), : there is no .Internal function 'filledcontour' Could you please help me with a solution or a workarround so that I can use the filled.contour3() function