ggplot geom_vline垂直线的高度

时间:2018-06-05 09:58:20

标签: r ggplot2

我想使用geom_vline函数绘制一条带ggplot的垂直线,为xintercept参数赋予一定的值,如下所示:

ggplot( ) +  geom_vline(xintercept=    positions.vector , color="black")

有没有办法明确选择垂直线高度的值(长度!)?

0 个答案:

没有答案