yline: Draw horizontal lines

ylineR Documentation

Draw horizontal lines

Description

Adds horizontal lines in the plot region.

Usage

yline(y, ...)

Arguments

y

Values on y axis specifying location of vertical lines.

...

Any ploting options for abline.

See Also

xline, abline

Examples

plot( 1:10)
yline( 4.0, col=3)

Rlab documentation built on May 5, 2022, 1:05 a.m.

Related to yline in Rlab...