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.
ファイルに次の構造があります。
2014 50 2012 60 2016 80
最初の列を x 値として、2 番目の列を y 値として使用してヒストグラムをプロットしたいと考えています。
私は試した:
data<-read.table(fileinput.txt, header = T) hist(data[,2])
しかし、それは私に2つのバーしか与えません。
これを R スクリプトに書きたい場合、画像をサーバー上の場所に保存する方法を教えてください。