R,ggplot2 size / dim of elements / dots / lines

时间:2012-08-21 15:40:38

标签: r ggplot2

我正在使用ggplot2绘制此图像:

事情是:在X轴上是范围。我想做什么:我想让每个点/线/任何与范围一样大的(写在X轴上)都是。

这可能吗?我的代码如下:

ggplot(data, aes(as.character(paste(data$V3,data$V4,sep="-")), means, color = factor(numSamp),group = 1))+
  geom_point()+
  stat_smooth(method = "lm")

enter image description here

干杯,

马里奥

0 个答案:

没有答案