【发布时间】:2017-10-28 20:38:08
【问题描述】:
我需要 y 轴上的值像 GNP 一样,从 500 到 3000,而不是从 1 到 20。 这是我绘制图形的代码。
library(lattice)
data(Investment, package="sandwich")
Investment <- as.data.frame(Investment)
stripplot(Investment$GNP~Investment$Investment|"Graphic",
right = F, xlab="Investment", ylab="GNP")
提前谢谢你
【问题讨论】: