Displaying 1 result from an estimated 1 matches for "bfy26dibonz1vybc".
2008 Apr 23
4
filled contour plots
hello everyone,
   I was wondering if anybody can help me solve 2
problems related to the function filled.contour.
   I am entering the following R command:
filled.contour(xx,yy,P1, nlevels=20,color=cm.colors,
     plot.axes={
     contour(xx,yy,P1,add=T,col="grey",
            nlevels=20, drawlabels=F)
            axis(1,1:length(xx),labels=xlabels)