Quick-R: Line Charts
Line Charts Line charts are created with the function lines(x, y, type=) where x and y are numeric vectors of (x,y) points to connect. ... plot(x, y, type="n", main=heading) lines(x, y, type=opts[i]) } click to view Next, we demonstrate each of the type= ...