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.
単純なログ グラフを作成しようとしています。両方の軸がログ スケールです。(実際の) x 軸の値の範囲は 1E-7 から 1 で、y 軸の値の範囲は 1E-9 から 1 です。添付の画像でわかるように、それらは 0 を下回っています。
どうすればこれを修正できますか? 私はそれをプロットしています:
alpha = read.csv(file = "alpha.csv", header = TRUE, sep = ',') plot (log(alpha))