Draw a horizontal line

Usage

yline(y, ...)

Arguments

y Value on y axis specifying location of horizontal line.
... Any ploting options for abline function.

Examples

plot(ozone$x[,2],ozone$y) #plot ozone longitude vs ozone value
yline(40) #plots horizontal line at ozone value of 40


[Package Contents]