我正在学习R并且有一个很基本的问题。...
这是一些示例代码-
library(MASS)
library(lattice)
Tbirthwt <- MASS::birthwt
par(mar=c(4,6,2,2))
densityplot(~bwt , group=factor(race), data = Tbirthwt,lwd=3,xlab="Weight in
Grams",
auto.key=T,
main="Birth Weight Children by Mothers \nRace:(1=White,2=Black,3=other)")
结果图的Y轴以科学计数法表示。如何将其转换为科学计数法?
任何帮助表示赞赏。 谢谢。 -巴里
答案 0 :(得分:0)
您可以通过调整3
来实现。
scipen