Displaying 1 result from an estimated 1 matches for "conour".
Did you mean:
colour
2006 Feb 10
1
the proper way to use panel functions in lattice package?
....pred~x+y, spcgrid, aspect = "xy",label.style=
"align")})
Error in plot.default(xylims$x,xylims$y, asp=1,type="n",...):
argument 9 matches multiple formal arguments
I also tried to put plotMap() into contourplot()'s panel but plotMap cover
up the conour. Maybe, there is something I miss in here.
What went wrong there? Also, is there any diffeence between
contourplot(lattice) and counterLine(base)? These 2 functions seem to give
difference contour from the same data set. contourplot(lattice) seem to give
better looking contour than contourLine()...