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.
levelplot() 可以通过指定 contour=TRUE/FALSE 来添加等高线。
levelplot(volcano, col.regions = terrain.colors(100), contour=T)
我只需要显示一个特定的轮廓(例如 140)。有没有办法做到这一点?
我需要添加几个 shapefile 作为图层并需要保留levelplot()为基础图。因此,我不能使用contourplot()如何将单个新轮廓添加到 Lattice 中的等高线图中的功能
levelplot()
contourplot()