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.
ラスター「cov.all」があります。を使用してこれを R でプロットすると、次のplot(cov.all)画像が得られます。
plot(cov.all)
カラー スケールなしでラスターをプロットするにはどうすればよいですか?
ご協力ありがとうございます。
上記の arun から、これに対する解決策は次のとおりです。plot(cov.all, legend=FALSE)
plot(cov.all, legend=FALSE)