0
박스 플롯이 너무 다른 이유는 무엇입니까? R boxplot vs ggplot2 geom_boxplot
ggplot(p2p, aes(loan.part.value, platform)) + geom_boxplot()
boxplot(loan.part.value ~ platform, p2p)
은 (내가 틱 레이블을 편집 됨.)
> sessionInfo()
R version 3.0.1 (2013-05-16)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_0.9.3.1