【发布时间】:2013-06-08 17:15:33
【问题描述】:
这是我当前的脚本和输出:
ggplot(data.and.factors.prov,aes(x=assumptions,y=FP,
colour=factor(Design.Complexity))) +
stat_summary(fun.data=mean_cl_normal,position=position_dodge(width=0.5)) +
geom_blank() + scale_colour_manual(values=1:7,name='Design Complexity') +
coord_flip()
我怎样才能有(水平)条(从 FP=0 开始并在点位置结束)而不是点?(我不想丢失误差线)
我想把我的 data.and.factors.prov data.table 给你,但它太大了,无法发布!如果您需要一个可重复的示例,请告诉我如何给您我的数据集?!
【问题讨论】: