R图两个Y轴

时间:2019-11-20 15:45:02

标签: r ggplot2 plot

enter image description here

目标是我试图制作具有两个相同的Y轴值(如下所示)和以下的定制X轴的自定义R图。

#to create plot
y1 = 1:10
y2 = 1:10
x = c(1900,1910,1920,1930,1940,1950,1960)
#to create red lines
v1=c(1,2) #left y-axis
v2=c(2,7) #right y-axis

目标是从左y轴到右y轴绘制直线。

0 个答案:

没有答案