문제

I want to plot a contour of my data in R.

What is the difference between levelplot vs. contoutplot in package lattice and latticeExtra in R?

도움이 되었습니까?

해결책

The 'latticeExtra' package contains none of the functions you mention.

Briefly, 'levelplot' fills in colored squares, while 'contourplot' makes curved lines like a topographic map.

But the best way for you to see is to simply look at and run the code for the examples for the two functions in the lattice package.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top