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.
私のデータの最小観測値は 326 です。ただし、ゼロ未満geom_freqpolyで始まる周波数ポリゴンをプロットします。何を与える?そして、どうすればそれを賢明な場所から始めることができますか?
geom_freqpoly
min(diamonds$price) # [1] 326 qplot(price, data=diamonds, geom="freqpoly")