我得到一噸的小數位數爲我在y軸值當我使用這樣的命令ggplot東西:我似乎無法圓值與ggplot
x <- c(39.029998779296875000, 39.080001831054687500, 38.990001678466796875, 39.000000000000000000, 38.990001678466796875)
example <- data.frame(i=1:5, X=x)
ggplot(example, aes(i, y=foo, color=variable)) + geom_line(aes(y=X, color='X'))
什麼是此時,相應的告訴ggplot將值調整爲沒有那麼多小數位的方法?
下面是這個命令我的輸出:
這裏是sessionInfo()
輸出 - 這裏沒有什麼看起來可疑對我說:
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] C
attached base packages:
[1] grid grDevices graphics stats datasets utils methods base
other attached packages:
[1] ggplot2_0.9.0
loaded via a namespace (and not attached):
[1] MASS_7.3-17 RColorBrewer_1.0-5 colorspace_1.1-1 dichromat_1.2-4 digest_0.5.2 memoise_0.1 munsell_0.3 plyr_1.7.1 \
[9] proto_0.3-9.2 reshape2_1.2.1 scales_0.2.0 stringr_0.6 tools_2.15.0
碼。不。重複的。 – joran 2013-02-12 23:24:14
不是第一次(甚至第二次)這個提問者被建議提出可重複問題。 – 2013-02-12 23:26:10
編輯爲只有可重現的代碼 – 2013-02-12 23:30:03