l_vline: Adding vertical line to a plot

View source: R/L_vline.R

l_vlineR Documentation

Adding vertical line to a plot

Description

This layer adds a vertical to a plot. It is mainly a wrapper around ggplot2::geom_vline.

Usage

l_vline(...)

Arguments

...

graphical arguments to be passed to ggplot2::geom_vline.

Value

An object of class gamLayer.

See Also

See check0D for examples.


mgcViz documentation built on April 11, 2025, 5:44 p.m.

Related to l_vline in mgcViz...