Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 R 中绘制我的数据的轮廓。
R 中 package lattice 和 latticeExtra 中的 levelplot 与 contoutplot 有什么区别?
'latticeExtra' 包不包含您提到的任何功能。
简而言之,'levelplot' 填充彩色方块,而 'contourplot' 使曲线像地形图一样。
但您最好的查看方式是简单地查看并运行 lattice 包中两个函数的示例代码。