Learn R Programming

eyeris (version 2.0.0)

draw_na_lines: Draw vertical lines at NA positions

Description

Adds vertical dashed lines at positions where y values are NA.

Usage

draw_na_lines(x, y, ...)

Value

No return value; adds lines to the current plot

Arguments

x

The x-axis values

y

The y-axis values

...

Additional arguments passed to abline()