If you pass in the presumarized data, it seems to work: ggplot(mydata, aes(x=sensitivity, weight=contrib)) + geom_bar(binwidth=1) + geom_vline(data ...
確定! 回上一頁