R plotting a line at the intersection of two lines

后端 未结 0 354
春和景丽
春和景丽 2020-12-03 22:16

I have this simple code that plots two intersecting lines:

x <- c(1,2,3,4,5,6)
y2 <- c(6,5,4,3,2,1)
y1 <- c(1,2,3,4,5,6)
plot(x, y1)
plot(x, y1, type         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题