xline | R Documentation |
Adds vertical lines in the plot region.
xline(x, ...)
x |
Values on x axis specifying location of vertical lines. |
... |
Any ploting options for abline. |
yline, abline
plot( 1:10) xline( 6.5, col=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.