0
私はrasterVis
horizonplot
の機能を使用していますが、ゾーン間隔を変更したいと思います。例えば、私はx axis
の10の緯度帯ごとに平均を示したいと思う。これは、ライブラリrasterVis
からan exampleです。rasterVis horizonplotでゾーン間隔を変更してください
library(raster)
library(rasterVis)
horizonplot(SSTanom, col.regions = rev(brewer.pal(n = 10, 'RdBu')))
完璧、答えてくれてありがとう! –