EN龙
2017-11-08 22:53
> x1 <- c(35, 40, 40, 42, 37, 45, 43, 37, 44, 42, 41, 39)
> x2 <- c(60, 74, 64, 71, 72, 68, 78, 66, 70, 65, 73, 75)
> plot(x1, x2)
> plot(x1, x2, main=“胸围与体重”, xlab="胸围", ylab="体重", clo="blue", pch=17)
Error: unexpected input in "plot(x1, x2, main=?
为什么不行呢?
“胸围与体重”的输入不对,删了重新在r里输入就可以了,此外col=“blue”
R语言基础
79888 学习 · 274 问题
相似问题