2
我想只在y軸上有等級圖邊距。默認情況下,邊距顯示在x軸和y軸上。這裏有一個例子:等級圖中的一側邊緣
library (raster)
library(rasterVis)
f <- system.file("external/test.grd", package="raster")
r <- raster(f)
levelplot(r, margin=T)
我想只在y軸上有等級圖邊距。默認情況下,邊距顯示在x軸和y軸上。這裏有一個例子:等級圖中的一側邊緣
library (raster)
library(rasterVis)
f <- system.file("external/test.grd", package="raster")
r <- raster(f)
levelplot(r, margin=T)
,你會給我如何能做到這一點在新版本中,當你添加的功能更新? –
@DNM它已經在[CRAN]提供的版本中實現([commit](https://github.com/oscarperpinan/rastervis/commit/c976cc333a4f9576a146e1dc2cb590136ee6b969))(https://cran.r-project.org/網絡/包/ rasterVis /) –