Skip to content
Prev 173891 / 398502 Next

: put grids in a plot at specific x points

grid refers you to abline when"more fine tuning is required", i.e.  
when the situation is not a regular grid.

?abline

abline(v=286.16, lty="dotted")

If you had a vector, vec,  then this should do the trick:

abline(v=vec, lty="dotted")