xline {funfits} | R Documentation |
xline(x, ...)
x |
Value on x axis specifying location of vertical line. |
... |
Any ploting options for abline function. |
plot(ozone$x[,2],ozone$y) # plot ozone longitude vs ozone value xline(42) # plots vertical line at longitude value of 42