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.
heatmap.2から使用していgplotsます。ただし、最終的なグラフでは、X 軸と Y 軸の「値」と「カウント」が適切に表示されます。
heatmap.2
gplots
どうすればこれを変更できますか? これが私の行です:
library(gplots) heatmap.2(mat)
私が見つけた唯一の方法は、heatmap.2 に基づいて独自の heatmap.3 関数を定義し、「凡例」プロットの軸の名前を手動で変更することです。