July 8, 2013

R言語のヒストグラムの軸目盛を変える

hist()でヒストグラムを書く時に軸の目盛を変える方法を忘れるのでメモ


bpoint <- seq(1, 100, by=10)

hist(df$hoge, axes=FALSE)

axis(1, at = bpoint, labels = bpoint)

axis(2)

© gepuro 2013

Slideshare Icon from here , Home Icon from icons8