xline {funfits}R Documentation

Draw a vertical line

Usage

xline(x, ...)

Arguments

x Value on x axis specifying location of vertical line.
... Any ploting options for abline function.

Examples

plot(ozone$x[,2],ozone$y) # plot ozone longitude vs ozone value
xline(42) # plots vertical line at longitude value of 42


[Package Contents]